Ignore:
Timestamp:
2015-10-22T16:20:56+02:00 (9 years ago)
Author:
Don-vip
Message:

javadoc fixes

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

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/AddWayHandler.java

    r8846 r8929  
    120120
    121121    /**
    122      * Find the node with almost the same ccords in dataset or in already added nodes
     122     * Find the node with almost the same coords in dataset or in already added nodes
     123     * @param ll coordinates
     124     * @return node with almost the same coords
    123125     * @since 5845
    124126     */
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/RequestHandler.java

    r8846 r8929  
    200200
    201201    /**
     202     * Returns the request parameters.
     203     * @param uri URI as string
     204     * @return map of request parameters
    202205     * @see <a href="http://blog.lunatech.com/2009/02/03/what-every-web-developer-must-know-about-url-encoding">
    203206     *      What every web developer must know about URL encoding</a>
Note: See TracChangeset for help on using the changeset viewer.