Changeset 14198 in josm for trunk/src/org/openstreetmap/josm


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

spotbugs - UCF_USELESS_CONTROL_FLOW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java

    r13976 r14198  
    2323import org.openstreetmap.josm.data.validation.Test;
    2424import org.openstreetmap.josm.data.validation.TestError;
     25import org.openstreetmap.josm.tools.Logging;
    2526import org.openstreetmap.josm.tools.Utils;
    2627
     
    295296                // TODO: Check coherence of context against maxspeed
    296297                // TODO: Check coherence of context against highway
     298                Logging.trace("TODO: test context highway - https://josm.openstreetmap.de/ticket/9400");
    297299            }
    298300        }
Note: See TracChangeset for help on using the changeset viewer.