Skip to content

Commit 4ab43ee

Browse files
authored
Removing annotation
1 parent 31ea749 commit 4ab43ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/log/FileLogStorage.java

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public static synchronized LogStorage forFile(File log) {
7575

7676
private final File log;
7777
private final File index;
78-
@SuppressFBWarnings(value = "IS2_INCONSISTENT_SYNC", justification = "actually it is always accessed within the monitor")
7978
private FileOutputStream os;
8079
@SuppressFBWarnings(value = "IS2_INCONSISTENT_SYNC", justification = "actually it is always accessed within the monitor")
8180
private long osStartPosition;

0 commit comments

Comments
 (0)