Better use NoOpTypeParameterMatcher as a class path source
.. because we tries to load it really
This commit is contained in:
parent
be695636d2
commit
2320a13a4e
@ -35,7 +35,7 @@ public final class JavassistTypeParameterMatcherGenerator {
|
||||
private static final ClassPool classPool = new ClassPool(true);
|
||||
|
||||
static {
|
||||
classPool.appendClassPath(new ClassClassPath(JavassistTypeParameterMatcherGenerator.class));
|
||||
classPool.appendClassPath(new ClassClassPath(NoOpTypeParameterMatcher.class));
|
||||
}
|
||||
|
||||
public void appendClassPath(ClassPath classpath) {
|
||||
|
Loading…
Reference in New Issue
Block a user