Skip to content

Commit 9d682ae

Browse files
committed
Fixed the main in Bootstrap
1 parent e916c35 commit 9d682ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mangorage/bootstrap/Bootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import java.util.List;
1010

1111
public class Bootstrap {
12-
public static void initOld(final String[] args) {
12+
public static void main(final String[] args) {
1313
URLClassLoader CL_libraries = new URLClassLoader(fetchJars(new File[]{new File("libraries")}), Thread.currentThread().getContextClassLoader().getParent());
1414
URLClassLoader cl = new URLClassLoader(fetchJars(new File[]{new File("plugins")}), CL_libraries);
1515
Thread.currentThread().setContextClassLoader(cl);

0 commit comments

Comments
 (0)