Skip to content

Commit

Permalink
OkHttpClient.cache() is nullable. (square#3916)
Browse files Browse the repository at this point in the history
  • Loading branch information
NightlyNexus authored and swankjesse committed Mar 7, 2018
1 parent 69bdd69 commit 5fe3cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/main/java/okhttp3/OkHttpClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public CookieJar cookieJar() {
return cookieJar;
}

public Cache cache() {
public @Nullable Cache cache() {
return cache;
}

Expand Down

0 comments on commit 5fe3cc2

Please sign in to comment.