Ignore:
Timestamp:
2018-08-29T19:40:53+02:00 (6 years ago)
Author:
Don-vip
Message:

spotbugs - fix various issues found with Eclipse plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/osm/ChangesetCacheTest.java

    r14166 r14201  
    6060        protected final void await() {
    6161            try {
    62                 latch.await(2, TimeUnit.SECONDS);
     62                Logging.trace(Boolean.toString(latch.await(2, TimeUnit.SECONDS)));
    6363            } catch (InterruptedException e) {
    6464                Logging.error(e);
Note: See TracChangeset for help on using the changeset viewer.