Ignore:
Timestamp:
2016-01-20T00:27:54+01:00 (8 years ago)
Author:
Don-vip
Message:

fix javadoc errors/warnings

Location:
trunk/src/org/openstreetmap/josm/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Tag.java

    r9536 r9545  
    141141     * Unsupported.
    142142     * @param keys ignored
    143      * @throws UnsupportedOperationException
     143     * @throws UnsupportedOperationException always
    144144     */
    145145    @Override
     
    157157     * @param key ignored
    158158     * @param value ignored
    159      * @throws UnsupportedOperationException
     159     * @throws UnsupportedOperationException always
    160160     */
    161161    @Override
     
    172172     * Unsupported.
    173173     * @param key ignored
    174      * @throws UnsupportedOperationException
     174     * @throws UnsupportedOperationException always
    175175     */
    176176    @Override
     
    191191    /**
    192192     * Unsupported.
    193      * @throws UnsupportedOperationException
     193     * @throws UnsupportedOperationException always
    194194     */
    195195    @Override
  • trunk/src/org/openstreetmap/josm/data/projection/proj/ObliqueMercator.java

    r9535 r9545  
    2626 * <p>
    2727 * There are two forms of the oblique mercator, differing in the origin of their grid coordinates.
    28  * The Hotine Oblique Mercator (EPSG code 9812) has grid coordinates start at the intersection of 
     28 * The Hotine Oblique Mercator (EPSG code 9812) has grid coordinates start at the intersection of
    2929 * the central line and the equator of the aposphere.
    3030 * The Oblique Mercator (EPSG code 9815) is the same, except the grid coordinates begin at the
    31  * central point (where the latitude of center and central line intersect). ESRI separates these 
    32  * two case by appending {@code "Natural_Origin"} (for the {@code "Hotine_Oblique_Mercator"}) and 
     31 * central point (where the latitude of center and central line intersect). ESRI separates these
     32 * two case by appending {@code "Natural_Origin"} (for the {@code "Hotine_Oblique_Mercator"}) and
    3333 * {@code "Center"} (for the {@code "Oblique_Mercator"}) to the projection names.
    3434 * <p>
     
    5555 * Azimuth values of 0.0 and &plusmn;90.0 degrees are allowed (and used in Hungary
    5656 * and Switzerland), though these cases would usually use a Mercator or
    57  * Transverse Mercator projection instead. Azimuth values > 90 degrees cause
     57 * Transverse Mercator projection instead. Azimuth values &gt; 90 degrees cause
    5858 * errors in the equations.
    5959 * <p>
Note: See TracChangeset for help on using the changeset viewer.