aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 fe4a1ec..d169d72 100644
--- a/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java
+++ b/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java
@@ -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. */