Get rid of singleton, and refactor LauncherFactory to be a static class
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
This commit is contained in:
@ -138,10 +138,7 @@ public final class EntryPoint {
|
||||
}
|
||||
|
||||
try {
|
||||
Launcher launcher =
|
||||
LauncherFactory
|
||||
.INSTANCE
|
||||
.createLauncher(params);
|
||||
Launcher launcher = LauncherFactory.createLauncher(params);
|
||||
|
||||
launcher.launch();
|
||||
|
||||
|
Reference in New Issue
Block a user