Changeset 35431 in osm


Ignore:
Timestamp:
2020-05-05T21:13:52+02:00 (5 years ago)
Author:
simon04
Message:

Fix Javadoc

Location:
applications/editors/josm/plugins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/poly/src/poly/DownloadPolyTask.java

    r34965 r35431  
    5151        /**
    5252         * Create new {@link ServerPolyReader}
    53          * @param url
     53         * @param url the URL
    5454         */
    5555        public ServerPolyReader(String url) {
  • applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintPlugin.java

    r34547 r35431  
    108108     *
    109109     * @param key the preference key
    110      * @param the temporary new int value
     110     * @param value the temporary new int value
    111111     */
    112112    protected static void adjustPref(String key, int value) {
     
    123123     *
    124124     * @param key the preference key
    125      * @param the temporary new boolean value
     125     * @param value the temporary new boolean value
    126126     */
    127127    protected static void adjustPref(String key, boolean value) {
     
    138138     *
    139139     * @param key the preference key
    140      * @param the temporary new String value
     140     * @param value the temporary new String value
    141141     */
    142142    protected static void adjustPref(String key, String value) {
  • applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintableMapView.java

    r34547 r35431  
    9292    /**
    9393     * Get the map scale that will be used for rendering
     94     * @return the map scale that will be used for rendering
    9495     */
    9596    public int getMapScale() {
     
    107108     * main MapView, PageFormat and target resolution
    108109     *
    109      * @param pageformat the size and orientation of the page being drawn
     110     * @param pageFormat the size and orientation of the page being drawn
    110111     */
    111112    public void initialize(PageFormat pageFormat) {
     
    162163     * @param page the zero based index of the page to be drawn
    163164     *
    164      * @return PAGE_EXISTS for page==0 or NO_SUCH_PAGE for page>0
     165     * @return {@code PAGE_EXISTS} for {@code page=0} or {@code NO_SUCH_PAGE} for {@code page>0}
    165166     *
    166167     * @throws PrinterException thrown when the print job is terminated
Note: See TracChangeset for help on using the changeset viewer.