Expose method to add exclusions.
This commit is contained in:
parent
9af212c57d
commit
2f0e26717f
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ public class LaunchClassLoader extends URLClassLoader {
|
|||
return Collections.unmodifiableList(transformers);
|
||||
}
|
||||
|
||||
private void addClassLoaderExclusion(String toExclude) {
|
||||
public void addClassLoaderExclusion(String toExclude) {
|
||||
classLoaderExceptions.add(toExclude);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue