Skip to content

Commit

Permalink
Merge pull request square#2858 from franmontiel/master
Browse files Browse the repository at this point in the history
Corrected javadoc of the Cookie persistent() method
  • Loading branch information
swankjesse authored Sep 16, 2016
2 parents 7135628 + d2db22b commit 2f23ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/main/java/okhttp3/Cookie.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public String value() {
return value;
}

/** Returns true if this cookie expires at the end of the current session. */
/** Returns true if this cookie does not expire at the end of the current session. */
public boolean persistent() {
return persistent;
}
Expand Down

0 comments on commit 2f23ee2

Please sign in to comment.