Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Jan 14, 2025
1 parent 137d820 commit 3f5ed55
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import java.net.URLStreamHandlerFactory;


/**
* "Interface" classloader with additional methods for reflector.
*/
public abstract class ReflectorIsolatedClassLoader extends URLClassLoader {
protected ReflectorIsolatedClassLoader(final URL[] urls, final ClassLoader parent) {
super(urls, parent);
Expand Down

0 comments on commit 3f5ed55

Please sign in to comment.