Fixed a bug in commons.licence

revert-70aa11f8
milanperera 9 years ago
parent 596a99d412
commit 508082808c

@ -36,7 +36,7 @@ public class License {
private String text;
public License() {
this.validFrom = new Date();
this.validTo = new Date();
this.validFrom = new Date();
}

Loading…
Cancel
Save