Reorder the modifiers 79/31679/1
authorPrasadNaidu <RV00493633@techmahindra.com>
Wed, 14 Feb 2018 06:12:27 +0000 (11:42 +0530)
committerPrasadNaidu <RV00493633@techmahindra.com>
Wed, 14 Feb 2018 06:12:51 +0000 (11:42 +0530)
Reorder the modifiers to comply with the Java Language Specification
AbstractLoggingChampGraph.java:L98

Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&resolved=false
Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java

Change-Id: Ie2c5195b47231a031851b7e0a819f69725d627fe
Issue-ID: AAI-774
Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java

index fe4a1ec..d169d72 100644 (file)
@@ -95,7 +95,7 @@ public abstract class AbstractLoggingChampGraph implements ChampGraph {
    
   /** Configuration property for setting the comma-separated list of servers to use for
    *  communicating with the event bus. */
-  public final static String  PARAM_EVENT_STREAM_HOSTS      = "champ.event.stream.hosts";
+  public static final String  PARAM_EVENT_STREAM_HOSTS      = "champ.event.stream.hosts";
   
   /** Configuration property for setting the number of events that we will try to 'batch' 
    *  up before sending them to the event bus. */