Fix in EncryptionTool
[appc.git] / appc-common / src / main / java / org / onap / appc / encryption / EncryptionTool.java
index 5d6d7ab..de927ea 100644 (file)
@@ -130,7 +130,7 @@ public class EncryptionTool {
             for (Service s : p.getServices()) {
                 String algo = s.getAlgorithm();
                 out +=
-                    String.format("\n  -Algorithm [ %s ] in provider [ %s ] and service [ %s ]", algo, p.getName(),
+                    String.format("%n  -Algorithm [ %s ] in provider [ %s ] and service [ %s ]", algo, p.getName(),
                         s.getClassName());
             }
         }