- Timestamp:
- 2022-08-15T16:03:51+02:00 (2 years ago)
- File:
-
- 1 edited
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.