Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 9ff4c82

Browse files
committed
Update SimplixClassLoader.java
1 parent ea5797a commit 9ff4c82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

simplixcore-common/simplixcore-common-api/src/main/java/dev/simplix/core/common/libloader/SimplixClassLoader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
import java.net.URL;
44
import java.net.URLClassLoader;
55
import java.net.URLStreamHandlerFactory;
6+
import lombok.ToString;
67

8+
@ToString()
79
public class SimplixClassLoader extends URLClassLoader {
810

911
private final ClassLoader parentLoader;

0 commit comments

Comments
 (0)