Skip to content

Commit

Permalink
add @OverRide, not sure why missed before
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Apr 23, 2020
1 parent 57a8d58 commit 87d51f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/jmri/jmrix/openlcb/OlcbConfigurationManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ void start() {
@Override
public void actionPerformed(java.awt.event.ActionEvent e) {
Thread t = new Thread(jmri.util.ThreadingUtil.getJmriThreadGroup(), "olcbCanInterface.initialize"){
@Override
public void run() {
// N.B. during JUnit testing, the following call tends to hang
// on semaphore acquisition in org.openlcb.can.CanInterface.initialize()
Expand Down

0 comments on commit 87d51f7

Please sign in to comment.