Skip to content

Commit

Permalink
Removes now unused import in SourceBufferingInputStream
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed Apr 19, 2018
1 parent db92de1 commit 8ef33a0
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -21,8 +21,6 @@
import okio.Buffer;
import okio.BufferedSource;

import static com.squareup.picasso3.Utils.checkNotNull;

/**
* An {@link InputStream} that fills the buffer of an {@link BufferedSource} as reads are requested
* and copies its bytes into the byte arrays of the caller. This allows you to read as much of the
Expand Down

0 comments on commit 8ef33a0

Please sign in to comment.