Ignore:
Timestamp:
2012-03-01T09:44:12+01:00 (13 years ago)
Author:
stoecker
Message:

fix revision for conflation plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogPanel.java

    r27939 r27960  
    1919       
    2020        listModel = new LogListModel();
    21         logPanel = new JList<String>(listModel);
     21        logPanel = new JList(listModel);
    2222        createLayout(logPanel, true, null);
    2323    }
    2424   
    25     private class LogListModel extends AbstractListModel<String> {
     25    private class LogListModel extends AbstractListModel {
    2626
    2727        public int getSize() {
Note: See TracChangeset for help on using the changeset viewer.