Changeset 2626 in josm for trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java
- Timestamp:
- 2009-12-13T11:48:12+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java
r2512 r2626 157 157 ret += "/" + topic; 158 158 } 159 ret.replaceAll("\\/+", "\\/"); // just in case, collapse sequences of // 159 ret = ret.replaceAll("\\/+", "\\/"); // just in case, collapse sequences of // 160 160 return ret; 161 161 }
Note:
See TracChangeset
for help on using the changeset viewer.
