Skip to content

Commit 92d4d01

Browse files
committed
Not just javadoc
1 parent 2b91948 commit 92d4d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/com/loopj/android/http/AsyncHttpResponseHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public void setUseSynchronousMode(Boolean value) {
134134
* @see <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Charset</a>
135135
* @deprecated use {@link com.loopj.android.http.TextHttpResponseHandler} instead
136136
*/
137+
@Deprecated
137138
public void setCharset(final String charset) {
138139
this.responseCharset = charset;
139140
}

0 commit comments

Comments
 (0)