mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
implement Throwable.resolveTrace(); bugfixes
This commit is contained in:
@ -19,6 +19,6 @@ public final class Class <T> {
|
||||
private Class() { }
|
||||
|
||||
public String getName() {
|
||||
return new String(name, 0, name.length, false);
|
||||
return new String(name, 0, name.length - 1, false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user