Turn ISessiondCommand into an abstract class
[deliverable/lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / client / SessiondDisableEventCommand.java
index 2956c7e20363f2cd0cbbe73bfc873453f3ff74b1..920a2bf16bfc36b6b727b625c2e964e273e00ffe 100644 (file)
@@ -28,7 +28,7 @@ import java.nio.ByteOrder;
  * @author Alexandre Montplaisir
  * @author David Goulet
  */
-class SessiondDisableEventCommand implements ISessiondCommand {
+class SessiondDisableEventCommand extends SessiondCommand {
 
        /** Event name to disable from the tracing session */
        private final String eventName;
This page took 0.02432 seconds and 5 git commands to generate.