Changeset 32995 in osm for applications/editors/josm


Ignore:
Timestamp:
2016-09-16T14:16:35+02:00 (8 years ago)
Author:
malcolmh
Message:

[Seachart] Publish new release

File:
1 edited

Legend:

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

    r32909 r32995  
    438438                                    }
    439439                                    if (srad == radius) {
    440                                         ArrayList<CatLIT> scats = (satts.containsKey(Att.CATLIT)) ?
    441                                                 (ArrayList<CatLIT>) satts.get(Att.CATLIT).val : new ArrayList<>();
     440                                        ArrayList<CatLIT> scats = (ArrayList<CatLIT>) ((satts.containsKey(Att.CATLIT)) ?
     441                                                (ArrayList<CatLIT>) satts.get(Att.CATLIT).val : new ArrayList<>());
    442442                                        if (scats.contains(CatLIT.LIT_DIR)) {
    443443                                            if (satts.containsKey(Att.ORIENT)) {
Note: See TracChangeset for help on using the changeset viewer.