Update for new ILttngTcpClientListener method name
[lttng-ust-java-tests.git] / lttng-ust-java-tests / src / test / java / org / lttng / ust / agent / integration / client / TcpClientDebugListener.java
index e2ec3d82a53772cc2a188e6d48434cbbbcd6e6de..703e0e3ba3e2f54a645e567019b29d33e571a706 100644 (file)
@@ -52,7 +52,7 @@ public class TcpClientDebugListener implements ILttngTcpClientListener {
      * Not yet implemented
      */
     @Override
-    public Iterable<String> listEnabledEvents() {
+    public List<String> listAvailableEvents() {
         // TODO NYI
         return Collections.EMPTY_LIST;
     }
This page took 0.023344 seconds and 4 git commands to generate.