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 (alibaba#1078)

Signed-off-by: Eric Zhao <[email protected]>
  • Loading branch information
sczyh30 authored Oct 11, 2019
1 parent 7ba3976 commit 1cfdbb8
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 1cfdbb8

Please sign in to comment.