We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ea749 commit 4ab43eeCopy full SHA for 4ab43ee
src/main/java/org/jenkinsci/plugins/workflow/log/FileLogStorage.java
@@ -75,7 +75,6 @@ public static synchronized LogStorage forFile(File log) {
75
76
private final File log;
77
private final File index;
78
- @SuppressFBWarnings(value = "IS2_INCONSISTENT_SYNC", justification = "actually it is always accessed within the monitor")
79
private FileOutputStream os;
80
@SuppressFBWarnings(value = "IS2_INCONSISTENT_SYNC", justification = "actually it is always accessed within the monitor")
81
private long osStartPosition;
0 commit comments