Ignore:
Timestamp:
2019-04-26T07:06:30+02:00 (7 years ago)
Author:
GerdP
Message:

fix checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/server/OsmApiUrlInputPanel.java

    r15009 r15020  
    167167    /**
    168168     * Returns the entered API URL, stripped of leading and trailing white characters.
    169      * @return the entered API URL, stripped of leading and trailing white characters.
    170      *         May be an empty string if nothing has been entered. In this case, it means the user wants to use {@link IUrls#getDefaultOsmApiUrl}.
     169     * @return the entered API URL, stripped of leading and trailing white characters. May be an empty string
     170     *         if nothing has been entered. In this case, it means the user wants to use {@link IUrls#getDefaultOsmApiUrl}.
    171171     * @see Utils#strip(String)
    172172     * @since 6602
Note: See TracChangeset for help on using the changeset viewer.