Ignore:
Timestamp:
2018-06-24T19:57:43+02:00 (6 years ago)
Author:
Don-vip
Message:

fix recent minor issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserDialogManager.java

    r13948 r13974  
    198198     * Adds a new {@code HistoryHook}.
    199199     * @param hook hook to add
    200      * @return <tt>true</tt> (as specified by {@link Collection#add})
     200     * @return {@code true} (as specified by {@link Collection#add})
    201201     * @since 13947
    202202     */
     
    208208     * Removes an existing {@code HistoryHook}.
    209209     * @param hook hook to remove
    210      * @return <tt>true</tt> if this list contained the specified element
     210     * @return {@code true} if this list contained the specified element
    211211     * @since 13947
    212212     */
Note: See TracChangeset for help on using the changeset viewer.