Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

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

    r6781 r6830  
    6363 * A OSM data validator.
    6464 *
    65  * @author Francisco R. Santos <frsantos@gmail.com>
     65 * @author Francisco R. Santos &lt;frsantos@gmail.com&gt;
    6666 */
    6767public class OsmValidator implements LayerChangeListener {
     
    119119        ConditionalKeys.class, // 3200 .. 3299
    120120    };
    121    
     121
    122122    private static Map<String, Test> allTestsMap;
    123123    static {
     
    226226        return new TreeMap<String, Test>(allTestsMap);
    227227    }
    228    
     228
    229229    /**
    230230     * Returns the instance of the given test class.
     
    281281    /**
    282282     * Initialize grid details based on current projection system. Values based on
    283      * the original value fixed for EPSG:4326 (10000) using heuristics (that is, test&error
     283     * the original value fixed for EPSG:4326 (10000) using heuristics (that is, test&amp;error
    284284     * until most bugs were discovered while keeping the processing time reasonable)
    285285     */
Note: See TracChangeset for help on using the changeset viewer.