Ignore:
Timestamp:
2012-09-01T20:38:53+02:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/S57/S57att.java

    r28648 r28678  
    44import java.util.EnumMap;
    55
    6 import S57.S57obj;
    76import S57.S57obj.*;
    87
     
    222221        }
    223222
    224         public static Integer encodeAttribute(Att attribute, Integer objl) {    // Convert OSeaM attribute enumeration to S57 attribute code
     223        public static Integer encodeAttribute(Att attribute) {  // Convert OSeaM attribute enumeration to S57 attribute code
    225224          return AttS57.get(attribute) != 0 ? AttS57.get(attribute) : AttIENC.get(attribute);
    226225        }
Note: See TracChangeset for help on using the changeset viewer.