Ignore:
Timestamp:
2017-06-24T18:52:54+02:00 (7 years ago)
Author:
Don-vip
Message:

see #11924 - fix javadoc warnings with java 9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/nmea/Sentence.java

    r12427 r12429  
    1515
    1616    /**
    17      * GBS - GPS Satellite Fault Detection<p>
     17     * GBS - GPS Satellite Fault Detection
    1818     * <pre>
    1919     *            1      2   3   4   5   6   7   8   9
     
    3737
    3838    /**
    39      * GGA - Global Positioning System Fix Data<p>
     39     * GGA - Global Positioning System Fix Data
    4040     * <pre>
    4141     *                                                      11
     
    7777
    7878    /**
    79      * GSA - GPS DOP and active satellites<p>
     79     * GSA - GPS DOP and active satellites
    8080     * <pre>
    8181     *        1 2 3                        14 15  16  17  18
     
    108108
    109109    /**
    110      * GSV - Satellites in view<p>
     110     * GSV - Satellites in view
    111111     * <pre>
    112112     *        1 2 3 4 5 6 7     n
     
    128128
    129129    /**
    130      * GLL - Geographic Position - Latitude/Longitude<p>
     130     * GLL - Geographic Position - Latitude/Longitude
    131131     * <pre>
    132132     *        1       2 3        4 5         6 7   8
     
    149149
    150150    /**
    151      * RMC - Recommended Minimum Navigation Information<p>
     151     * RMC - Recommended Minimum Navigation Information
    152152     * <pre>
    153153     *                                                          12
     
    176176
    177177    /**
    178      * VTG - Track made good and Ground speed<p>
     178     * VTG - Track made good and Ground speed
    179179     * <pre>
    180180     *         1  2  3  4  5  6  7  8 9   10
     
    199199
    200200    /**
    201      * ZDA - Time &amp; Date - UTC, day, month, year and local time zone<p>
     201     * ZDA - Time &amp; Date - UTC, day, month, year and local time zone
    202202     * <pre>
    203203     *        1         2  3  4    5  6  7
Note: See TracChangeset for help on using the changeset viewer.