From: Keong Lim Date: Tue, 21 Aug 2018 08:01:05 +0000 (+1000) Subject: AAI-1523 checkstyle warnings for aai-annotations X-Git-Tag: 1.3.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=737c48ff201d68a3e2c086be857f5150b9ec2a85;p=aai%2Faai-common.git 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 --- 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() { + } }