mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
WindowsServiceUtil should have public static void main
This commit is contained in:
@@ -98,7 +98,7 @@ public class WindowsServiceUtil {
|
||||
}
|
||||
return stateString;
|
||||
}
|
||||
static void main(String args[]) {
|
||||
public static void main(String args[]) {
|
||||
String state = getServiceState("i2p");
|
||||
System.out.println("state: " + state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user