Fix coverity issues in jvpp (newlines + CompletableDumpFuture.ctxId)
[vpp.git] / vpp-api / java / jvpp-core / io / fd / vpp / jvpp / core / test / ControlPingTest.java
index 939ba88..ecf61a5 100644 (file)
@@ -35,7 +35,7 @@ public class ControlPingTest {
         registry.register(jvpp, new ControlPingCallback() {
             @Override
             public void onControlPingReply(final ControlPingReply reply) {
-                System.out.printf("Received ControlPingReply: %s\n", reply);
+                System.out.printf("Received ControlPingReply: %s%n", reply);
             }
 
             @Override