Changeset 4612 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2011-11-26T17:56:25+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/ReadRemotePluginInformationTask.java
r4087 r4612 149 149 try { 150 150 /* replace %<x> with empty string or x=plugins (separated with comma) */ 151 String pl = Main.pref.getCollection AsString("plugins");151 String pl = Utils.join(",", Main.pref.getCollection("plugins")); 152 152 String printsite = site.replaceAll("%<(.*)>", ""); 153 153 if(pl != null && pl.length() != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.