Ignore:
Timestamp:
2015-09-24T23:56:05+02:00 (9 years ago)
Author:
Don-vip
Message:

fix javadoc errors/warnings seen with JDK9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/GpxConstants.java

    r8512 r8795  
    5353    String PT_TIME = "time";
    5454
    55     /** Magnetic variation (in degrees) at the point. 0.0 <= value < 360.0 */
     55    /** Magnetic variation (in degrees) at the point. 0.0 &lt;= value &lt; 360.0 */
    5656    String PT_MAGVAR = "magvar";
    5757
     
    8383    String PT_AGEOFDGPSDATA = "ageofdgpsdata";
    8484
    85     /** Represents a differential GPS station. 0 <= value <= 1023 */
     85    /** Represents a differential GPS station. 0 &lt;= value &lt;= 1023 */
    8686    String PT_DGPSID = "dgpsid";
    8787
Note: See TracChangeset for help on using the changeset viewer.