Ignore:
Timestamp:
2013-08-11T21:23:19+02:00 (11 years ago)
Author:
Don-vip
Message:

see #8902 - fix compilation warnings

File:
1 edited

Legend:

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

    r6104 r6142  
    135135            final Class<?>[] types = {Boolean.class, String.class, Object.class, ExistingValues.class};
    136136            @Override
    137             public Class getColumnClass(int c) {
     137            public Class<?> getColumnClass(int c) {
    138138                return types[c];
    139139            }
Note: See TracChangeset for help on using the changeset viewer.