Changeset 6571 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2013-12-31T00:40:12+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r6380 r6571 14 14 import java.net.MalformedURLException; 15 15 import java.net.URL; 16 import java.text.MessageFormat; 16 17 import java.util.ArrayList; 17 18 import java.util.Collection; … … 204 205 } 205 206 } 207 } else { 208 //noinspection NullArgumentToVariableArgMethod 209 s = MessageFormat.format(s, null); 206 210 } 207 211 description = s;
Note:
See TracChangeset
for help on using the changeset viewer.