Removed unused method
This commit is contained in:
parent
0fc060ae93
commit
0ec6fc7525
@ -8073,11 +8073,6 @@ public class JavaGenerator extends AbstractGenerator {
|
||||
}
|
||||
}
|
||||
|
||||
private static final String classLiteral(String type) {
|
||||
String rawtype = type.replaceAll("<.*>", "").replaceAll("\\[.*\\]", "");
|
||||
return (rawtype.equals(type) ? "" : "(java.lang.Class) ") + rawtype + ".class";
|
||||
}
|
||||
|
||||
protected JavaTypeResolver resolver(JavaWriter out) {
|
||||
return new Resolver(out, null);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user