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

Minor code cleanup

parent 9bb59d99
No related branches found
No related tags found
No related merge requests found
Pipeline #10218 passed
...@@ -34,8 +34,7 @@ public class HistoryService extends HazelcastJetService { ...@@ -34,8 +34,7 @@ public class HistoryService extends HazelcastJetService {
StringSerializer.class.getCanonicalName(), StringSerializer.class.getCanonicalName(),
StringSerializer.class.getCanonicalName()); StringSerializer.class.getCanonicalName());
final String kafkaOutputTopic = final String kafkaOutputTopic = this.config.getString(Uc2ConfigurationKeys.KAFKA_OUTPUT_TOPIC);
this.config.getProperty(Uc2ConfigurationKeys.KAFKA_OUTPUT_TOPIC).toString();
final Duration downsampleInterval = Duration.ofMinutes( final Duration downsampleInterval = Duration.ofMinutes(
this.config.getInt(Uc2ConfigurationKeys.DOWNSAMPLE_INTERVAL_MINUTES)); this.config.getInt(Uc2ConfigurationKeys.DOWNSAMPLE_INTERVAL_MINUTES));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment