Ignore:
Timestamp:
2020-06-07T14:49:02+02:00 (4 years ago)
Author:
Don-vip
Message:

see #19334 - javadoc fixes + protected constructors for abstract classes

File:
1 edited

Legend:

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

    r16488 r16553  
    11661166
    11671167    /**
     1168     * Determines whether anything has been modified.
    11681169     * @return whether anything has been modified (e.g. colors)
    11691170     * @since 15496
     
    12141215
    12151216        /**
    1216          * @return the URI of the namesapce
     1217         * Returns the URI of the namespace.
     1218         * @return the URI of the namespace
    12171219         */
    12181220        public String getURI() {
     
    12211223
    12221224        /**
     1225         * Returns the prefix of the namespace.
    12231226         * @return the prefix of the namespace, determined from URI if possible
    12241227         */
     
    12281231
    12291232        /**
     1233         * Returns the location of the schema.
    12301234         * @return the location of the schema
    12311235         */
Note: See TracChangeset for help on using the changeset viewer.