File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
exist-core/src/main/java/org/exist Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,6 @@ public class JettyStart extends Observable implements LifeCycle.Listener {
103
103
104
104
105
105
public static void main (final String [] args ) {
106
- String jettyConfigFile = null ;
107
- Optional <String > existdbConfigFile = Optional .empty ();
108
106
try {
109
107
CompatibleJavaVersionCheck .checkForCompatibleJavaVersion ();
110
108
Original file line number Diff line number Diff line change 54
54
*/
55
55
public class LauncherWrapper {
56
56
57
- private final static String LAUNCHER = org .exist .launcher .Launcher .class .getName ();
58
- private final static String OS = OSUtil .getOS ().toLowerCase ();
57
+ private static final String LAUNCHER = org .exist .launcher .Launcher .class .getName ();
58
+ private static final String OS = OSUtil .getOS ().toLowerCase ();
59
59
60
60
/* general arguments */
61
61
private static final Argument <?> helpArg = helpArgument ("-h" , "--help" );
You can’t perform that action at this time.
0 commit comments