Fix the bug that resource name displayed in ClusterNode-related command APIs for SphU.entry(method) is incorrect (#1078)

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
Eric Zhao 2019-10-11 15:15:07 +08:00 committed by GitHub
parent 94026399bf
commit 826447bc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class MethodResourceWrapper extends ResourceWrapper {
@Override
public String getShowName() {
return IdUtil.truncate(this.name);
return name;
}
@Override