Skip to content

Commit 77a8184

Browse files
committed
Fix javadoc.
1 parent 31f11ec commit 77a8184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picasso/src/main/java/com/squareup/picasso/Downloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public interface Downloader {
3535
*/
3636
Response load(Uri uri, boolean localCacheOnly) throws IOException;
3737

38-
/** Thrown for non 200 responses. */
38+
/** Thrown for non-2XX responses. */
3939
class ResponseException extends IOException {
4040
public ResponseException(String message) {
4141
super(message);

0 commit comments

Comments
 (0)