Skip to content

Commit e1b7047

Browse files
committed
Missing javadoc return statement
1 parent 90b69cf commit e1b7047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/main/java/com/loopj/android/http/RequestHandle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public boolean shouldBeGarbageCollected() {
101101
* Will set Object as TAG to this request, wrapped by WeakReference
102102
*
103103
* @param tag Object used as TAG to this RequestHandle
104+
* @return this RequestHandle to allow fluid syntax
104105
*/
105106
public RequestHandle setTag(Object tag) {
106107
TAG = new WeakReference<Object>(tag);

0 commit comments

Comments
 (0)