Changeset 1189 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2008-12-28T20:02:21+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginException.java
r1169 r1189 16 16 17 17 public PluginException(PluginProxy plugin, String name, Throwable cause) { 18 super(tr("An error occur ed in plugin {0}", name), cause);18 super(tr("An error occurred in plugin {0}", name), cause); 19 19 this.plugin = plugin; 20 20 this.name = name;
Note:
See TracChangeset
for help on using the changeset viewer.