Changeset 273 in josm for src/org/openstreetmap/josm/tools


Ignore:
Timestamp:
2007-07-05T10:48:17+02:00 (18 years ago)
Author:
imi
Message:
  • fixed NPE when switching to way mapmode and emtpy data loaded
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/tools/AutoCompleteComboBox.java

    r272 r273  
    2929                }
    3030
    31                 public void remove(int offs, int len) throws BadLocationException {
     31                @Override public void remove(int offs, int len) throws BadLocationException {
    3232                        if (selecting)
    3333                                return;
     
    3535                }
    3636
    37                 public void insertString(int offs, String str, AttributeSet a) throws BadLocationException {
     37                @Override public void insertString(int offs, String str, AttributeSet a) throws BadLocationException {
    3838                        super.insertString(offs, str, a);
    3939
Note: See TracChangeset for help on using the changeset viewer.