Changeset 30737 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java
r25711 r30737 43 43 String base = Main.pref.get("url.openstreetmap-wiki", "http://wiki.openstreetmap.org/wiki/"); 44 44 String lang = LanguageInfo.getWikiLanguagePrefix(); 45 final List<URI> uris = new ArrayList< URI>();45 final List<URI> uris = new ArrayList<>(); 46 46 String type = URLEncoder.encode(rel.get().get("type"), "UTF-8"); 47 47
Note:
See TracChangeset
for help on using the changeset viewer.
