File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/org/jenkinsci/plugins/workflow/log Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >org.jenkins-ci.plugins</groupId >
3030 <artifactId >plugin</artifactId >
31- <version >5.5 </version >
31+ <version >5.9 </version >
3232 <relativePath />
3333 </parent >
3434 <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) {
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 ;
You can’t perform that action at this time.
0 commit comments