File tree 2 files changed +1
-2
lines changed
src/main/java/org/jenkinsci/plugins/workflow/log
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >org.jenkins-ci.plugins</groupId >
30
30
<artifactId >plugin</artifactId >
31
- <version >5.5 </version >
31
+ <version >5.9 </version >
32
32
<relativePath />
33
33
</parent >
34
34
<groupId >org.jenkins-ci.plugins.workflow</groupId >
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ public static synchronized LogStorage forFile(File log) {
75
75
76
76
private final File log ;
77
77
private final File index ;
78
- @ SuppressFBWarnings (value = "IS2_INCONSISTENT_SYNC" , justification = "actually it is always accessed within the monitor" )
79
78
private FileOutputStream os ;
80
79
@ SuppressFBWarnings (value = "IS2_INCONSISTENT_SYNC" , justification = "actually it is always accessed within the monitor" )
81
80
private long osStartPosition ;
You can’t perform that action at this time.
0 commit comments