Update for new ILttngTcpClientListener method name
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 9 Sep 2015 19:56:40 +0000 (15:56 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 9 Sep 2015 19:58:20 +0000 (15:58 -0400)
listEnabledEvents() was renamed to listAvailableEvents().

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
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.029394 seconds and 4 git commands to generate.