Ignore:
Timestamp:
17.06.2009 10:04:22 (3 years ago)
Author:
stoecker
Message:

remove all these ugly tab stops introduced in the last half year

File:
1 edited

Legend:

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

    r1586 r1677  
    3232    /** 
    3333     * replies the base URL for browsing the the history of an OSM primitive 
    34      *  
     34     * 
    3535     * @return the base URL, i.e. http://api.openstreetmap.org/browse 
    3636     */ 
     
    4343        } 
    4444        return ret; 
    45     }     
    46      
     45    } 
     46 
    4747    public void actionPerformed(ActionEvent e) { 
    48         final Collection<Object> sel = new LinkedList<Object>();         
     48        final Collection<Object> sel = new LinkedList<Object>(); 
    4949        final String baseUrl  = getBaseURL(); 
    5050        new AbstractVisitor() { 
Note: See TracChangeset for help on using the changeset viewer.