From: PrasadNaidu Date: Tue, 20 Feb 2018 07:08:27 +0000 (+0530) Subject: Reorder the modifiers X-Git-Tag: v1.2.2~39^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F32207%2F1;p=aai%2Fchamp.git Reorder the modifiers Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L108 Sonar link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Id9b452fd59208629d35310df8a09faf8c7d987e3 Issue-ID: AAI-782 Signed-off-by: PrasadNaidu --- diff --git a/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java b/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java index 004e098..593d884 100644 --- a/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java +++ b/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java @@ -105,7 +105,7 @@ public abstract class AbstractLoggingChampGraph implements ChampGraph { /** Configuration property for setting the maximum amount of time to wait for a batch of * outgoing messages to fill up before sending the batch. */ - public final static String PARAM_EVENT_STREAM_BATCH_TIMEOUT = "champ.event.stream.batch-timeout"; + public static final String PARAM_EVENT_STREAM_BATCH_TIMEOUT = "champ.event.stream.batch-timeout"; public final static Integer DEFAULT_EVENT_STREAM_BATCH_TIMEOUT_MS = 500; public final static String PARAM_EVENT_STREAM_PUBLISHER_POOL_SIZE = "champ.event.stream.publisher-pool-size";