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/osm/BBox.java

    r15877 r16553  
    378378
    379379    /**
    380      * @return true if the bbox covers a part of the planets surface
     380     * Determines if the bbox covers a part of the planet surface.
     381     * @return true if the bbox covers a part of the planet surface.
    381382     * Height and width must be non-negative, but may (both) be 0.
    382383     * @since 11269
     
    387388
    388389    /**
    389      * @return true if the bbox  is avalid and covers a part of the planets surface
     390     * Determines if the bbox is valid and covers a part of the planet surface.
     391     * @return true if the bbox is valid and covers a part of the planet surface
    390392     * @since 11269
    391393     */
Note: See TracChangeset for help on using the changeset viewer.