Ignore:
Timestamp:
2014-04-26T03:53:35+02:00 (10 years ago)
Author:
Don-vip
Message:

see #8465 - switch core to Java 7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GpxExporter.java

    r6920 r7001  
    290290                        "GNU Lesser Public License (LGPL)",
    291291                        "BSD License (MIT/X11)"};
    292                 JList l = new JList(licenses);
     292                JList<String> l = new JList<String>(licenses);
    293293                l.setVisibleRowCount(licenses.length);
    294294                l.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
Note: See TracChangeset for help on using the changeset viewer.