change return string
This commit is contained in:
parent
c7fe4af9fc
commit
79bc62e647
|
|
@ -268,7 +268,7 @@ public final class Lc {
|
|||
@NonNull
|
||||
public static String getCodePoint(@Nullable final Object caller, final String methodName) {
|
||||
return methodName
|
||||
+ (caller != null ? " of object " + caller.getClass().getSimpleName() + '(' + Integer.toHexString(caller.hashCode()) + ')' : "");
|
||||
+ (caller != null ? " of object " + caller.getClass().getSimpleName());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue