Merge "Fixed Checkstyle issues"
[clamp.git] / src / test / java / org / onap / clamp / clds / it / config / CldsReferencePropertiesItCase.java
index 0a05d65..d340420 100644 (file)
@@ -101,7 +101,8 @@ public class CldsReferencePropertiesItCase {
      */
     @Test
     public void testGetFileContent() throws IOException {
-        String location = "{\n\t\"DC1\": \"Data Center 1\",\n\t\"DC2\": \"Data Center 2\",\n\t\"DC3\": \"Data Center 3\"\n}\n";
+        String location = "{\n\t\"DC1\": \"Data Center 1\","
+                + "\n\t\"DC2\": \"Data Center 2\",\n\t\"DC3\": \"Data Center 3\"\n}\n";
         String content = refProp.getFileContent("ui.location.default");
         assertEquals(location, content);
         // Test composite key