diff options
author | Keong Lim <keong.lim@huawei.com> | 2018-08-21 18:01:05 +1000 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2018-09-11 02:32:35 +1000 |
commit | 737c48ff201d68a3e2c086be857f5150b9ec2a85 (patch) | |
tree | 337592c7f4c24ddb093a7d5fdf6b7338b14b3af1 /aai-annotations | |
parent | 1879a4dca6d2b390d83189af7409371719679c62 (diff) |
AAI-1523 checkstyle warnings for aai-annotations
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>
Diffstat (limited to 'aai-annotations')
-rw-r--r-- | aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java b/aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java index caaec99a..52c74b6e 100644 --- a/aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java +++ b/aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java @@ -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() { + } } |