Changeset 6822 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2014-02-07T01:03:57+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r6797 r6822 761 761 762 762 private static void alertFailedPluginUpdate(Component parent, Collection<PluginInformation> plugins) { 763 StringBu ffer sb = new StringBuffer();763 StringBuilder sb = new StringBuilder(); 764 764 sb.append("<html>"); 765 765 sb.append(trn( … … 1139 1139 }; 1140 1140 1141 final StringBu ffer msg = new StringBuffer();1141 final StringBuilder msg = new StringBuilder(); 1142 1142 msg.append("<html>"); 1143 1143 msg.append(tr("An unexpected exception occurred that may have come from the ''{0}'' plugin.", plugin.getPluginInformation().name));
Note:
See TracChangeset
for help on using the changeset viewer.