Ignore:
Timestamp:
2013-07-26T17:24:33+02:00 (11 years ago)
Author:
Don-vip
Message:

see #8902 - c-like array definitions changed to java-like (patch by shinigami)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java

    r6084 r6085  
    188188        }
    189189        if (s.length>1) {
    190             float dash[]= new float[s.length-1];
     190            float[] dash= new float[s.length-1];
    191191            boolean error = false;
    192192            float sumAbs = 0;
Note: See TracChangeset for help on using the changeset viewer.