forked from JavaTX/JavaCompilerCore
- Bugfix new Statement, Deskription darf nicht mit Semikolon enden
This commit is contained in:
parent
5b07d58093
commit
8d8e27c84c
@ -877,11 +877,9 @@ public class RefType extends ObjectType implements IMatchable
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getDescription(ClassGenerator cg, TypeinferenceResultSet rs) {
|
public String getDescription(ClassGenerator cg, TypeinferenceResultSet rs) {
|
||||||
return getBytecodeSignature(cg, rs);
|
String signature = getBytecodeSignature(cg, rs);
|
||||||
|
return signature.substring(1, signature.length()-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
// ino.end
|
// ino.end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user