Ignore:
Timestamp:
2010-09-15T18:56:19+02:00 (14 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java

    r20067 r23191  
    9898                e1.printStackTrace();
    9999            } catch(IllegalDataException e1) {
    100                 e1.printStackTrace();
     100                e1.printStackTrace();
    101101            }
    102102        }
     
    128128                JOptionPane.showMessageDialog(Main.parent, tr("Parsing file \"{0}\" failed", file));
    129129                throw new IllegalStateException();
    130             }                           
     130            }
    131131            r.data.storageFile = file;
    132132            GpxLayer gpxLayer = new GpxLayer(r.data, fn);
Note: See TracChangeset for help on using the changeset viewer.