Skip to content

Commit

Permalink
Fix the bug that resource name displayed in ClusterNode-related comma…
Browse files Browse the repository at this point in the history
…nd APIs for SphU.entry(method) is incorrect (#1078)

Signed-off-by: Eric Zhao <[email protected]>
  • Loading branch information
sczyh30 authored Oct 11, 2019
1 parent 9402639 commit 826447b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public Method getMethod() {

@Override
public String getShowName() {
return IdUtil.truncate(this.name);
return name;
}

@Override
Expand Down

0 comments on commit 826447b

Please sign in to comment.