Skip to content

Commit

Permalink
spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Nov 7, 2019
1 parent eba6c39 commit e6cae1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/src/jmri/jmrit/audio/JoalAudioFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ public String toString() {
}

@Override
@SuppressFBWarnings(value = "ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD",
justification = "OK to write to static variables to record static library status")
public void cleanup() {
// Stop the command thread
super.cleanup();
Expand Down

0 comments on commit e6cae1b

Please sign in to comment.