File tree 1 file changed +2
-0
lines changed
src/main/java/org/jenkinsci/plugins/workflow/log
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,9 @@ public static synchronized LogStorage forFile(File log) {
77
77
private final File index ;
78
78
@ SuppressFBWarnings (value = "IS2_INCONSISTENT_SYNC" , justification = "actually it is always accessed within the monitor" )
79
79
private FileOutputStream os ;
80
+ @ SuppressFBWarnings (value = "IS2_INCONSISTENT_SYNC" , justification = "actually it is always accessed within the monitor" )
80
81
private long osStartPosition ;
82
+ @ SuppressFBWarnings (value = "IS2_INCONSISTENT_SYNC" , justification = "actually it is always accessed within the monitor" )
81
83
private CountingOutputStream cos ;
82
84
@ SuppressFBWarnings (value = "IS2_INCONSISTENT_SYNC" , justification = "we only care about synchronizing writes" )
83
85
private OutputStream bos ;
You can’t perform that action at this time.
0 commit comments