diff options
author | James Forsyth <jf2512@att.com> | 2018-02-15 14:07:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-15 14:07:52 +0000 |
commit | 7213f8de6357e972ea27d8ed8d490dc63b117879 (patch) | |
tree | f2495b19e6d6ab72a137013bf0c7a7d5e72ed82a /src | |
parent | c23251ab17fa5b221c63cc5c9f9e4ebb04e97e26 (diff) | |
parent | 5d47c0322fb590101bb76565a66266bbce0d4e57 (diff) |
Merge "Reorder the modifiers"
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java | 2 |
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. */ |