Changeset 4310 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2011-08-11T00:26:21+02:00 (14 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java
r4191 r4310 178 178 179 179 /** 180 * Replies true if the task was cancel led by the user180 * Replies true if the task was canceled by the user 181 181 * 182 182 * @return -
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r4167 r4310 354 354 * Alerts the user if a plugin required by another plugin is missing 355 355 * 356 * @param plugin the theplugin356 * @param plugin the plugin 357 357 * @param missingRequiredPlugin the missing required plugin 358 358 */ -
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r4199 r4310 70 70 /** 71 71 * Creates a plugin information object for the plugin with name {@code name}. 72 * Information about the plugin is extracted from the maifest file in the theplugin jar72 * Information about the plugin is extracted from the maifest file in the plugin jar 73 73 * {@code file}. 74 74 * @param file the plugin jar -
trunk/src/org/openstreetmap/josm/plugins/ReadLocalPluginInformationTask.java
r4087 r4310 242 242 243 243 /** 244 * Replies true if the task was cancel led by the user244 * Replies true if the task was canceled by the user 245 245 * 246 * @return true if the task was cancel led by the user246 * @return true if the task was canceled by the user 247 247 */ 248 248 public boolean isCanceled() {
Note:
See TracChangeset
for help on using the changeset viewer.