From 8c538bf0f4f6d63e1f796eca6a1971fdb2efdbec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 25 Nov 2022 19:52:31 +0100
Subject: [PATCH] Fix code quality issues

---
 .../benchmarks/commons/hazelcastjet/ConfigurationKeys.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/theodolite-benchmarks/hazelcastjet-commons/src/main/java/rocks/theodolite/benchmarks/commons/hazelcastjet/ConfigurationKeys.java b/theodolite-benchmarks/hazelcastjet-commons/src/main/java/rocks/theodolite/benchmarks/commons/hazelcastjet/ConfigurationKeys.java
index 36ce6ded6..c1f2e646f 100644
--- a/theodolite-benchmarks/hazelcastjet-commons/src/main/java/rocks/theodolite/benchmarks/commons/hazelcastjet/ConfigurationKeys.java
+++ b/theodolite-benchmarks/hazelcastjet-commons/src/main/java/rocks/theodolite/benchmarks/commons/hazelcastjet/ConfigurationKeys.java
@@ -26,7 +26,8 @@ public class ConfigurationKeys {
   // UC3
   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_EMIT_PERIOD_SECONDS = "aggregation.emit.period.seconds";
+  public static final String AGGREGATION_EMIT_PERIOD_SECONDS = // NOPMD
+      "aggregation.emit.period.seconds";
 
   // UC4
   public static final String KAFKA_CONFIGURATION_TOPIC = "kafka.configuration.topic";
-- 
GitLab