Changeset 31668 in osm for applications/editors/josm/plugins/apache-commons/src/org
- Timestamp:
- 2015-10-24T23:45:29+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 1 deleted
- 1 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins
- Property svn:ignore
-
old new 1 1 rasterfilters/build 2 continuos-download
-
- Property svn:ignore
-
applications/editors/josm/plugins/apache-commons/src/org/openstreetmap/josm/plugins/commons/CommonsPlugin.java
r31665 r31668 1 package org.openstreetmap.josm.plugins.commons .imaging;1 package org.openstreetmap.josm.plugins.commons; 2 2 3 3 import org.openstreetmap.josm.plugins.Plugin; 4 4 import org.openstreetmap.josm.plugins.PluginInformation; 5 5 6 public class Commons ImagingPlugin extends Plugin {6 public class CommonsPlugin extends Plugin { 7 7 8 8 /** 9 * Constructs a new {@code Commons ImagingPlugin}.9 * Constructs a new {@code CommonsPlugin}. 10 10 * @param info plugin information 11 11 */ 12 public Commons ImagingPlugin(PluginInformation info) {12 public CommonsPlugin(PluginInformation info) { 13 13 super(info); 14 14 }
Note:
See TracChangeset
for help on using the changeset viewer.