cleanup
This commit is contained in:
@@ -24,12 +24,9 @@ public class Converter {
|
|||||||
add("com.sun.istack.internal.NotNull");
|
add("com.sun.istack.internal.NotNull");
|
||||||
add("javax.annotation.Nonnull");
|
add("javax.annotation.Nonnull");
|
||||||
}
|
}
|
||||||
} ;
|
};
|
||||||
private static Set<String> ourClassIdentifiers = new HashSet<String>();
|
private static Set<String> ourClassIdentifiers = new HashSet<String>();
|
||||||
private static final Dispatcher ourDispatcher = new Dispatcher();
|
private static final Dispatcher ourDispatcher = new Dispatcher();
|
||||||
// private static ExpressionVisitor ourExpressionVisitor = new ExpressionVisitor();
|
|
||||||
|
|
||||||
private static final java.lang.Class<ExpressionVisitor> visitorClass = ExpressionVisitor.class;
|
|
||||||
|
|
||||||
public static void setClassIdentifiers(Set<String> identifiers) {
|
public static void setClassIdentifiers(Set<String> identifiers) {
|
||||||
ourClassIdentifiers = identifiers;
|
ourClassIdentifiers = identifiers;
|
||||||
|
|||||||
Reference in New Issue
Block a user