Changeset 10836 in josm


Ignore:
Timestamp:
2016-08-18T02:21:57+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - fix javadoc warnings seen with Java 9

Location:
trunk/src/org/openstreetmap/josm
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/ShiftedProjecting.java

    r10805 r10836  
    2121     * Create a new {@link ShiftedProjecting}
    2222     * @param base The base to use
    23      * @param offset The offset to move base. Subtracted when converting lat/lon->east/north.
     23     * @param offset The offset to move base. Subtracted when converting lat/lon->east/north.
    2424     */
    2525    public ShiftedProjecting(Projecting base, EastNorth offset) {
  • trunk/src/org/openstreetmap/josm/data/validation/routines/package.html

    r9853 r10836  
    8585</p>
    8686<ul>
    87    <li><b>Method Flavours</b> - three <i>flavours</i> of validation metods are provided:</li>
     87   <li><b>Method Flavours</b> - three <i>flavours</i> of validation metods are provided:
    8888    <ul>
    8989        <li><code>isValid()</code> methods return true/false to indicate
     
    9595            of the matched <i>groups</i> or <code>null</code> if invalid.</li>
    9696    </ul>
     97   </li>
    9798   <li><b>Case Sensitivity</b> - matching can be done in either a <i>case
    9899       sensitive</i> or <i>case in-sensitive</i> way.</li>
  • trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java

    r10826 r10836  
    14311431        /**
    14321432         * Get all tiles represented by this TileSet that are already in the tileCache.
     1433         * @return all tiles represented by this TileSet that are already in the tileCache
    14331434         */
    14341435        private List<Tile> allExistingTiles() {
Note: See TracChangeset for help on using the changeset viewer.