diff options
author | James Forsyth <jf2512@att.com> | 2018-02-20 20:23:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-20 20:23:25 +0000 |
commit | d71b468321fb9327da68dee941082ecef600a312 (patch) | |
tree | f4246550a5c6b41e8e2f756403fa740a16cebebb /src/main/java | |
parent | ca09115c87c9e975fbe3bbca8ad4ae9cc3928aa5 (diff) | |
parent | 04e3919f7b938372b84256c2d8e10754294b403a (diff) |
Merge "Reorder the modifiers"
Diffstat (limited to 'src/main/java')
-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 49b1af4..69fa9a6 100644 --- a/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java +++ b/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java @@ -110,7 +110,7 @@ public abstract class AbstractLoggingChampGraph implements ChampGraph { /** Configuration property for setting the maximum amount of time to wait for a batch of * outgoing messages to fill up before sending the batch. */ - public final static String PARAM_EVENT_STREAM_BATCH_TIMEOUT = "champ.event.stream.batch-timeout"; + public static final String PARAM_EVENT_STREAM_BATCH_TIMEOUT = "champ.event.stream.batch-timeout"; public final static Integer DEFAULT_EVENT_STREAM_BATCH_TIMEOUT_MS = 500; public final static String PARAM_EVENT_STREAM_PUBLISHER_POOL_SIZE = "champ.event.stream.publisher-pool-size"; |