Reorder the modifiers
[aai/champ.git] / src / main / java / org / onap / aai / champ / event / AbstractLoggingChampGraph.java
index 43a7fca..d2c4716 100644 (file)
@@ -113,7 +113,7 @@ public abstract class AbstractLoggingChampGraph implements ChampGraph {
   public static final String  PARAM_EVENT_STREAM_BATCH_TIMEOUT = "champ.event.stream.batch-timeout";
   public static final Integer DEFAULT_EVENT_STREAM_BATCH_TIMEOUT_MS = 500; 
   
-  public final static String  PARAM_EVENT_STREAM_PUBLISHER_POOL_SIZE = "champ.event.stream.publisher-pool-size";
+  public static final String  PARAM_EVENT_STREAM_PUBLISHER_POOL_SIZE = "champ.event.stream.publisher-pool-size";
   public static final Integer DEFAULT_EVENT_STREAM_PUBLISHER_POOL_SIZE = 100;
   
   /** The event stream topic that we will publish Champ events to. */