Skip to content

Commit 122ee27

Browse files
committed
SpotBugs getting in the way
1 parent e04d1dd commit 122ee27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/cloudbees/jenkins/support/SafeLog.java

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
package com.cloudbees.jenkins.support;
2626

27+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
2728
import java.io.BufferedWriter;
2829
import java.io.IOException;
2930
import java.nio.file.Files;
@@ -32,6 +33,7 @@
3233
import java.time.Instant;
3334
import jenkins.util.JenkinsJVM;
3435

36+
@SuppressFBWarnings(value = "NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE", justification = "shut the front door")
3537
public class SafeLog {
3638
public static final Path file;
3739

0 commit comments

Comments
 (0)