Skip to content

Commit

Permalink
Fix errors from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Sep 6, 2016
1 parent 9732907 commit 9be12ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected void setSubscription(Subscription subscription) {
* @param result the service response returned.
* @return true if successfully reported; false otherwise.
*/
public boolean success(ServiceResponse<T> result) {
public boolean success(T result) {
return set(result);
}

Expand Down

0 comments on commit 9be12ef

Please sign in to comment.