Skip to content

Commit

Permalink
Result
Browse files Browse the repository at this point in the history
  • Loading branch information
javahongxi committed Sep 10, 2020
1 parent 8af2243 commit 3d42a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void setMsg(String msg) {
this.msg = msg;
}

public Object getData() {
public T getData() {
return data;
}

Expand Down

0 comments on commit 3d42a21

Please sign in to comment.