Changeset 8481 in josm
- Timestamp:
- 2015-06-08T13:14:03+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletingComboBox.java
r8463 r8481 330 330 } 331 331 332 private staticInputContext privateInputContext = InputContext.getInstance();332 private final InputContext privateInputContext = InputContext.getInstance(); 333 333 334 334 @Override
Note:
See TracChangeset
for help on using the changeset viewer.