summaryrefslogtreecommitdiffstats
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 a0fb837..43a7fca 100644
--- a/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java
+++ b/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java
@@ -111,7 +111,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 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 static final Integer DEFAULT_EVENT_STREAM_BATCH_TIMEOUT_MS = 500;
public final static String PARAM_EVENT_STREAM_PUBLISHER_POOL_SIZE = "champ.event.stream.publisher-pool-size";
public static final Integer DEFAULT_EVENT_STREAM_PUBLISHER_POOL_SIZE = 100;