Public a method.
This commit is contained in:
parent
2d1b200205
commit
851c455ad4
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ public class LaunchClassLoader extends URLClassLoader {
|
|||
classLoaderExceptions.add(toExclude);
|
||||
}
|
||||
|
||||
void addTransformerExclusion(String toExclude) {
|
||||
public void addTransformerExclusion(String toExclude) {
|
||||
transformerExceptions.add(toExclude);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue