Ticket #22057: 22057.patch
File 22057.patch, 658 bytes (added by , 3 years ago) |
---|
-
src/org/openstreetmap/josm/plugins/PluginInformation.java
203 203 this.icon = other.icon; 204 204 this.iconPath = other.iconPath; 205 205 this.canloadatruntime = other.canloadatruntime; 206 this.libraries = other.libraries;207 206 this.attr = new Attributes(other.attr); 208 207 this.invalidManifestEntries.clear(); 209 208 this.invalidManifestEntries.addAll(other.invalidManifestEntries);