Ignore:
Timestamp:
2024-06-13T21:18:45+02:00 (4 months ago)
Author:
taylor.smock
Message:

Cleanup some new PMD warnings from PMD 7.x (followup of r19101)

File:
1 edited

Legend:

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

    r19101 r19106  
    859859            });
    860860
    861             ListCellRenderer<ActionDefinition> renderer = new ListCellRenderer<ActionDefinition>() {
     861            ListCellRenderer<ActionDefinition> renderer = new ListCellRenderer<>() {
    862862                private final DefaultListCellRenderer def = new DefaultListCellRenderer();
     863
    863864                @Override
    864865                public Component getListCellRendererComponent(JList<? extends ActionDefinition> list,
    865                         ActionDefinition action, int index, boolean isSelected, boolean cellHasFocus) {
     866                                                              ActionDefinition action, int index, boolean isSelected, boolean cellHasFocus) {
    866867                    String s;
    867868                    Icon i;
Note: See TracChangeset for help on using the changeset viewer.