Skip to content
Snippets Groups Projects
Commit 8c538bf0 authored by Sören Henning's avatar Sören Henning
Browse files

Fix code quality issues

parent 213192f6
No related branches found
No related tags found
No related merge requests found
Pipeline #10142 passed
...@@ -26,7 +26,8 @@ public class ConfigurationKeys { ...@@ -26,7 +26,8 @@ public class ConfigurationKeys {
// UC3 // UC3
public static final String AGGREGATION_DURATION_DAYS = "aggregation.duration.days"; public static final String AGGREGATION_DURATION_DAYS = "aggregation.duration.days";
public static final String AGGREGATION_ADVANCE_DAYS = "aggregation.advance.days"; public static final String AGGREGATION_ADVANCE_DAYS = "aggregation.advance.days";
public static final String AGGREGATION_EMIT_PERIOD_SECONDS = "aggregation.emit.period.seconds"; public static final String AGGREGATION_EMIT_PERIOD_SECONDS = // NOPMD
"aggregation.emit.period.seconds";
// UC4 // UC4
public static final String KAFKA_CONFIGURATION_TOPIC = "kafka.configuration.topic"; public static final String KAFKA_CONFIGURATION_TOPIC = "kafka.configuration.topic";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment