Fix coverity issues in jvpp (newlines + CompletableDumpFuture.ctxId)
[vpp.git] / vpp-api / java / jvpp-core / io / fd / vpp / jvpp / core / test / NotificationUtils.java
index 46d57ad..f82946c 100644 (file)
@@ -26,7 +26,7 @@ final class NotificationUtils {
     private NotificationUtils() {}
 
     static PrintStream printNotification(final SwInterfaceSetFlagsNotification msg) {
-        return System.out.printf("Received interface notification: ifc: %s\n", msg);
+        return System.out.printf("Received interface notification: ifc: %s%n", msg);
     }
 
     static SwInterfaceSetFlags getChangeInterfaceState() {