Änderung von toSting(): gibt nun getSignature() statt getFullyQualifiedName() zurück.
This commit is contained in:
parent
2706c31beb
commit
36ef1e124a
@ -26,7 +26,7 @@ public abstract class IntermediateType {
|
||||
public abstract String getDescriptor();
|
||||
|
||||
@Override
|
||||
public String toString() { return getFullyQualifiedName(); }
|
||||
public String toString() { return getSignature(); }
|
||||
|
||||
protected String getClassName() {
|
||||
return className.getClassName();
|
||||
|
Loading…
Reference in New Issue
Block a user