Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/widgets/JosmTextField.java
r18221 r18538 181 181 */ 182 182 public String setHint(String hint) { 183 String old = hint; 183 String old = this.hint; 184 184 this.hint = hint; 185 185 return old;
Note:
See TracChangeset
for help on using the changeset viewer.