Merge "Reorder the modifiers"
authorJames Forsyth <jf2512@att.com>
Thu, 15 Feb 2018 14:07:52 +0000 (14:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 15 Feb 2018 14:07:52 +0000 (14:07 +0000)
src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java

index 8ceadf1..004e098 100644 (file)
@@ -96,7 +96,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. */