Skip to content

Commit d876d6e

Browse files
committed
Fix spotbugs
1 parent 7bed8c8 commit d876d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/csanchez/jenkins/plugins/kubernetes/PodTemplateUtils.java

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public class PodTemplateUtils {
7474
* If true, all modes permissions provided to pods are expected to be provided in decimal notation.
7575
* Otherwise, the plugin will consider they are written in octal notation.
7676
*/
77+
@SuppressFBWarnings(value = "MS_SHOULD_BE_FINAL", justification = "tests & emergency admin")
7778
public static /* almost final*/ boolean DISABLE_OCTAL_MODES =
7879
Boolean.getBoolean(PodTemplateUtils.class.getName() + ".DISABLE_OCTAL_MODES");
7980

0 commit comments

Comments
 (0)