Changeset 12427 in josm for trunk


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

fix "bad HTML entity" javadoc warnings

Location:
trunk/src/org/openstreetmap/josm/io/nmea
Files:
2 edited

Legend:

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

    r12426 r12427  
    199199
    200200    /**
    201      * ZDA - Time & Date - UTC, day, month, year and local time zone<p>
     201     * ZDA - Time &amp; Date - UTC, day, month, year and local time zone<p>
    202202     * <pre>
    203203     *        1         2  3  4    5  6  7
  • trunk/src/org/openstreetmap/josm/io/nmea/TalkerId.java

    r12423 r12427  
    1111    /** BeiDou (China) */
    1212    BD,
    13     /** Electronic Chart Display & Information System (ECDIS) */
     13    /** Electronic Chart Display &amp; Information System (ECDIS) */
    1414    EC,
    1515    /** Galileo (Europe) */
Note: See TracChangeset for help on using the changeset viewer.