Skip to content

Commit

Permalink
Fixed SonarCloud vulnerability (eclipse-jkube#747)
Browse files Browse the repository at this point in the history
* Fixed SonarCloud vulnerability

Signed-off-by: paramthakker <prmthakker2@gmail.com>

* Edited pom.xml back to original

Signed-off-by: paramthakker <prmthakker2@gmail.com>
  • Loading branch information
param-thakker committed Jul 1, 2021
1 parent 5ab611a commit 288f55e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public enum ConfigKey {
private final String key;
private final ValueCombinePolicy valueCombinePolicy;

public static String DEFAULT_PREFIX = "docker";
private static final String DEFAULT_PREFIX = "docker";

// Convert to camel case
private String toVarName(String s) {
Expand Down

0 comments on commit 288f55e

Please sign in to comment.