aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-02-15 14:07:52 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-15 14:07:52 +0000
commit7213f8de6357e972ea27d8ed8d490dc63b117879 (patch)
treef2495b19e6d6ab72a137013bf0c7a7d5e72ed82a
parentc23251ab17fa5b221c63cc5c9f9e4ebb04e97e26 (diff)
parent5d47c0322fb590101bb76565a66266bbce0d4e57 (diff)
Merge "Reorder the modifiers"
-rw-r--r--src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java2
1 files changed, 1 insertions, 1 deletions
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 8ceadf1..004e098 100644
--- a/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java
+++ b/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java
@@ -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. */