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/actions/ZoomToAction.java

    r6084 r6085  
    6565        if (! isEnabled())
    6666            return;
    67         int rows[] = this.table.getSelectedRows();
     67        int[] rows = this.table.getSelectedRows();
    6868        if (rows == null || rows.length == 0)
    6969            return;
Note: See TracChangeset for help on using the changeset viewer.