Ignore:
Timestamp:
2010-02-15T09:03:57+01:00 (14 years ago)
Author:
jttt
Message:

Fix some eclipse warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/HelpAction.java

    r2715 r2990  
    2828    public void actionPerformed(ActionEvent e) {
    2929        if (e.getActionCommand() == null) {
    30             String topic = null;
     30            String topic;
    3131            if (e.getSource() instanceof Component) {
    3232                Component c = SwingUtilities.getRoot((Component)e.getSource());
Note: See TracChangeset for help on using the changeset viewer.