[Lutinutil-commits] r1177 - maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license
Author: tchemit Date: 2008-10-12 21:44:54 +0000 (Sun, 12 Oct 2008) New Revision: 1177 Modified: maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license/License.java Log: remove other than default constructor Modified: maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license/License.java =================================================================== --- maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license/License.java 2008-10-12 21:44:25 UTC (rev 1176) +++ maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license/License.java 2008-10-12 21:44:54 UTC (rev 1177) @@ -28,16 +28,6 @@ public License() { } - public License(String name, URL licenseURL, URL headerURL) { - this(licenseURL,headerURL); - this.name=name; - } - - public License(URL licenseURL, URL headerURL) { - this.licenseURL=licenseURL; - this.headerURL=headerURL; - } - public String getName() { return name; }
participants (1)
-
tchemit@users.labs.libre-entreprise.org