Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

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

    r5886 r6070  
    8888        addSettingsSection(p, name, section, GBC.eol());
    8989    }
    90    
     90
    9191    private void addSettingsSection(final JPanel p, String name, JPanel section, GBC gbc) {
    9292        final JLabel lbl = new JLabel(name);
     
    436436                    throw new IllegalStateException("Type " + type + " not supported");
    437437                }
    438                
     438
    439439                final AddImageryDialog addDialog = new AddImageryDialog(gui, p);
    440440                addDialog.showDialog();
    441                
     441
    442442                if (addDialog.getValue() == 1) {
    443443                    try {
     
    455455            }
    456456        }
    457        
     457
    458458        private class RemoveEntryAction extends AbstractAction implements ListSelectionListener {
    459459
Note: See TracChangeset for help on using the changeset viewer.