mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-22 07:02:29 +00:00
Stop command
small change so command is available as a constant
This commit is contained in:
parent
d841959171
commit
1b5454be91
@ -6,7 +6,7 @@
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
|
@ -4,8 +4,10 @@ import PamController.PamController;
|
||||
|
||||
public class StopCommand extends ExtCommand {
|
||||
|
||||
public static final String commandId = "stop";
|
||||
|
||||
public StopCommand() {
|
||||
super("stop", false);
|
||||
super(commandId, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user