diff options
author | James Forsyth <jf2512@att.com> | 2018-02-20 20:22:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-20 20:22:20 +0000 |
commit | ca09115c87c9e975fbe3bbca8ad4ae9cc3928aa5 (patch) | |
tree | 2169aeded116facf26ec6534a6249ce8af529454 /src | |
parent | 8ebe38fc8717dc66501f98d2650b1044fe1c2de4 (diff) | |
parent | 737b62ac37a726a4b641718c0365341a3f105197 (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 e9a806d..49b1af4 100644 --- a/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java +++ b/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java @@ -105,7 +105,7 @@ public abstract class AbstractLoggingChampGraph implements ChampGraph { /** Configuration property for setting the number of events that we will try to 'batch' * up before sending them to the event bus. */ - public final static String PARAM_EVENT_STREAM_BATCH_SIZE = "champ.event.stream.batch-size"; + public static final String PARAM_EVENT_STREAM_BATCH_SIZE = "champ.event.stream.batch-size"; public final static Integer DEFAULT_EVENT_STREAM_BATCH_SIZE = 1; /** Configuration property for setting the maximum amount of time to wait for a batch of |