Changeset 9645 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2016-01-27T02:01:55+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/Plugin.java
r9280 r9645 118 118 File pluginDir = new File(pluginDirName); 119 119 if (!pluginDir.exists()) { 120 pluginDir.mkdirs();120 Utils.mkDirs(pluginDir); 121 121 } 122 122 try (InputStream in = getClass().getResourceAsStream(from)) {
Note:
See TracChangeset
for help on using the changeset viewer.