Changeset 4024 in josm
- Timestamp:
- 2011-04-15T12:38:35+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginListParser.java
r3530 r4024 96 96 } 97 97 String x[] = line.split(";"); 98 if(x.length != 2) 99 throw new IOException(tr("Illegal entry in plugin list.")); 98 100 name = x[0]; 99 101 url = x[1];
Note:
See TracChangeset
for help on using the changeset viewer.