Changeset 8470 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2015-06-06T04:32:00+02:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r8404 r8470 492 492 /** 493 493 * Sets the name 494 * @param name 494 * @param name Plugin name 495 495 */ 496 496 public void setName(String name) { -
trunk/src/org/openstreetmap/josm/plugins/PluginListParser.java
r8390 r8470 32 32 * @param manifest the plugin manifest 33 33 * @return a plugin information object 34 * @throws PluginListParseException 34 * @throws PluginListParseException if plugin manifest cannot be parsed 35 35 */ 36 36 protected static PluginInformation createInfo(String name, String url, String manifest) throws PluginListParseException{
Note: See TracChangeset
for help on using the changeset viewer.