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

fix recent minor issues

Location:
trunk/src/org/openstreetmap/josm/gui
Files:
2 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     */
  • trunk/src/org/openstreetmap/josm/gui/widgets/TextContextualPopupMenu.java

    r13965 r13974  
    5050    private static ImageIcon loadIcon(String iconName) {
    5151        return iconCache.computeIfAbsent(iconName,
    52                 x -> new ImageProvider(iconName).setOptional(true).setSize(ImageProvider.ImageSizes.SMALLICON).get());
     52                x -> new ImageProvider(x).setOptional(true).setSize(ImageProvider.ImageSizes.SMALLICON).get());
    5353    }
    5454
Note: See TracChangeset for help on using the changeset viewer.