From 737c48ff201d68a3e2c086be857f5150b9ec2a85 Mon Sep 17 00:00:00 2001 From: Keong Lim Date: Tue, 21 Aug 2018 18:01:05 +1000 Subject: [PATCH] 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 --- .../org/onap/aai/annotations/AnnotationsTest.java | 40 +++++++++++----------- 1 file 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() { + } } -- 2.16.6