Ignore:
Timestamp:
2010-09-15T19:01:04+02:00 (14 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java

    r22369 r23193  
    4141  private class MichiganLeftAction extends JosmAction {
    4242    /**
    43                  *
    44                 */
     43         *
     44        */
    4545    private static final long serialVersionUID = 1L;
    4646    private LinkedList<Command> cmds = new LinkedList<Command>();
     
    5757      Collection<OsmPrimitive> mainSelection = Main.main.getCurrentDataSet()
    5858          .getSelected();
    59      
     59
    6060      ArrayList<OsmPrimitive> selection = new ArrayList<OsmPrimitive>();
    61      
     61
    6262      for (OsmPrimitive prim: mainSelection) selection.add(prim);
    6363
Note: See TracChangeset for help on using the changeset viewer.