- Timestamp:
- 2021-09-08T00:50:30+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/search/SearchSetting.java
r18173 r18197 7 7 8 8 import org.openstreetmap.josm.tools.Logging; 9 import org.openstreetmap.josm.tools.Utils;10 9 11 10 /** … … 51 50 @Override 52 51 public String toString() { 53 return Utils.shortenString(text, 54 org.openstreetmap.josm.actions.search.SearchAction.MAX_LENGTH_SEARCH_EXPRESSION_DISPLAY); 52 return text; 55 53 } 56 54
Note:
See TracChangeset
for help on using the changeset viewer.