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/data/gpx/GpxData.java

    r1574 r1677  
    1919 */ 
    2020public class GpxData extends WithAttributes { 
    21      
     21 
    2222    public static final String META_PREFIX = "meta."; 
    23     public static final String META_AUTHOR_NAME = META_PREFIX + "author.name";  
     23    public static final String META_AUTHOR_NAME = META_PREFIX + "author.name"; 
    2424    public static final String META_AUTHOR_EMAIL = META_PREFIX + "author.email"; 
    2525    public static final String META_AUTHOR_LINK = META_PREFIX + "author.link"; 
     
    3232    public static final String META_NAME = META_PREFIX + "name"; 
    3333    public static final String META_TIME = META_PREFIX + "time"; 
    34      
     34 
    3535    public File storageFile; 
    3636    public boolean fromServer; 
Note: See TracChangeset for help on using the changeset viewer.