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

Fix code quality issues

parent 67c3dbd0
No related branches found
No related tags found
No related merge requests found
Pipeline #10214 passed
...@@ -9,7 +9,6 @@ public final class Uc2ConfigurationKeys { ...@@ -9,7 +9,6 @@ public final class Uc2ConfigurationKeys {
public static final String DOWNSAMPLE_INTERVAL_MINUTES = "downsample.interval.minutes"; public static final String DOWNSAMPLE_INTERVAL_MINUTES = "downsample.interval.minutes";
private Uc2ConfigurationKeys() { private Uc2ConfigurationKeys() {}
}
} }
...@@ -15,7 +15,6 @@ public final class Uc4ConfigurationKeys { ...@@ -15,7 +15,6 @@ public final class Uc4ConfigurationKeys {
public static final String GRACE_PERIOD_MS = "grace.period.ms"; public static final String GRACE_PERIOD_MS = "grace.period.ms";
private Uc4ConfigurationKeys() { private Uc4ConfigurationKeys() {}
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment