Ignore:
Timestamp:
2013-07-26T17:24:33+02:00 (13 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/layer/GpxLayer.java

    r6070 r6085  
    535535            double now = new Date().getTime()/1000.0;
    536536            if (colored == colorModes.time) {
    537                 Date bounds[] = getMinMaxTimeForAllTracks();
     537                Date[] bounds = getMinMaxTimeForAllTracks();
    538538                if (bounds!=null) {
    539539                    minval = bounds[0].getTime()/1000.0;
Note: See TracChangeset for help on using the changeset viewer.