AAI-1523 checkstyle warnings for aai-annotations 97/61497/8
authorKeong Lim <keong.lim@huawei.com>
Tue, 21 Aug 2018 08:01:05 +0000 (18:01 +1000)
committerKeong Lim <keong.lim@huawei.com>
Mon, 10 Sep 2018 16:32:35 +0000 (02:32 +1000)
Issue-ID: AAI-1523
re-indent code with spaces to clean up some checkstyle warnings
for aai-annotations (part of 24k lines of output)

Add spaces around '='

Change-Id: I9ea43508e5e88140149ccc11d233fdb77c869964
Signed-off-by: Keong Lim <keong.lim@huawei.com>
aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java

index caaec99..52c74b6 100644 (file)
@@ -23,25 +23,25 @@ import org.onap.aai.annotations.Metadata;
 
 public class AnnotationsTest {
 
-       public AnnotationsTest() {
-       }
+    public AnnotationsTest() {
+    }
 
-       @Metadata(isKey=false,
-       description="",
-       nameProps="",
-       indexedProps="",
-       dependentOn="",
-       container="",
-       namespace="",
-       defaultValue="",
-       searchable="",
-       uniqueProps="",
-       uriTemplate="",
-       extendsFrom="",
-       isAbstract="",
-       alternateKeys1="",
-       maximumDepth="",
-       crossEntityReference="")
-       public void testAnnotation() {
-       }
+    @Metadata(isKey = false,
+        description = "",
+        nameProps = "",
+        indexedProps = "",
+        dependentOn = "",
+        container = "",
+        namespace = "",
+        defaultValue = "",
+        searchable = "",
+        uniqueProps = "",
+        uriTemplate = "",
+        extendsFrom = "",
+        isAbstract = "",
+        alternateKeys1 = "",
+        maximumDepth = "",
+        crossEntityReference = "")
+    public void testAnnotation() {
+    }
 }