We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b69cf commit e1b7047Copy full SHA for e1b7047
library/src/main/java/com/loopj/android/http/RequestHandle.java
@@ -101,6 +101,7 @@ public boolean shouldBeGarbageCollected() {
101
* Will set Object as TAG to this request, wrapped by WeakReference
102
*
103
* @param tag Object used as TAG to this RequestHandle
104
+ * @return this RequestHandle to allow fluid syntax
105
*/
106
public RequestHandle setTag(Object tag) {
107
TAG = new WeakReference<Object>(tag);
0 commit comments