Ignore:
Timestamp:
2013-01-01T22:48:01+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/seamap/Map.java

    r29152 r29153  
    3838
    3939        public class Feature {
    40                 public long id;
    4140                public Fflag flag;
    4241                public ArrayList<Long> refs;
     
    5049               
    5150                void clean() {
    52                         id = 0;
    5351                        flag = Fflag.UNKN;
    5452                        refs = new ArrayList<Long>();
Note: See TracChangeset for help on using the changeset viewer.