]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - src/tim/prune/gui/StatusBar.java
Version 20, March 2020
[GpsPrune.git] / src / tim / prune / gui / StatusBar.java
index a5462ed1bd078db252167b18aab5116bd9c78d29..1839d87bfe8801310980e49259f145f122c05c6c 100644 (file)
@@ -59,7 +59,8 @@ public class StatusBar extends JPanel implements Runnable, DataSubscriber
                _label.setText(" " + inMessage);
                _timer = System.currentTimeMillis() + DEFAULT_CLEAR_INTERVAL;
                // If necessary, start a new checker thread
-               if (_thread == null || !_thread.isAlive()) {
+               if (_thread == null || !_thread.isAlive())
+               {
                        _thread = new Thread(this);
                        _thread.start();
                }