Ignore:
Timestamp:
2013-01-01T16:08:15+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/s57/S57val.java

    r29150 r29152  
    2727       
    2828        public static class AttVal {
    29                 Att att;
    30                 Conv conv;
    31                 Object val;
     29                public Att att;
     30                public Conv conv;
     31                public Object val;
    3232                AttVal(Att a, Conv c, Object v) {
    3333                        att = a; conv = c; val = v;
Note: See TracChangeset for help on using the changeset viewer.