Ignore:
Timestamp:
2015-07-06T16:44:58+02:00 (10 years ago)
Author:
malcolmh
Message:

update jicons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/render/Signals.java

    r31063 r31343  
    283283
    284284        public static void lights(Feature feature) {
    285                 Enum<ColCOL> col = null;
     285/*              Enum<ColCOL> col = null;
    286286                Enum<ColCOL> tcol = null;
    287287                ObjTab lights = feature.objs.get(Obj.LIGHTS);
     
    412412                                        AttMap m0 = group.get(i);
    413413                                        AttMap m1 = group.get(i+1);
    414                                         if (((m0.containsKey(Att.VALNMR) && m1.containsKey(Att.VALNMR) && ((int)m0.get(Att.VALNMR).val < (int)m1.get(Att.VALNMR).val)))
     414                                        if (((m0.containsKey(Att.VALNMR) && m1.containsKey(Att.VALNMR) && ((int)(m0.get(Att.VALNMR).val) < (int)(m1.get(Att.VALNMR).val))))
    415415                                                        || (!m0.containsKey(Att.VALNMR) && m1.containsKey(Att.VALNMR))) {
    416416                                                AttMap tmp = group.remove(i);
     
    421421                        }
    422422                }
    423         }
     423*/      }
    424424
    425425}
Note: See TracChangeset for help on using the changeset viewer.