Turn ISessiondCommand into an abstract class
[lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / client / SessiondListLoggersCommand.java
index a8bc15209e8c3e4072d5f6a437d0a8921a2a4812..c1bdaf407007ccf686c5a060ee1e510b0bf5dd49 100644 (file)
@@ -29,7 +29,7 @@ import java.util.Collection;
  * @author Alexandre Montplaisir
  * @author David Goulet
  */
-class SessiondListLoggersCommand implements ISessiondCommand {
+class SessiondListLoggersCommand extends SessiondCommand {
 
        @Override
        public LttngAgentResponse execute(ILttngTcpClientListener agent) {
This page took 0.02435 seconds and 5 git commands to generate.