Fixed a bug in commons.licence

This commit is contained in:
milanperera 2015-07-30 17:10:12 +05:30
parent 596a99d412
commit 508082808c

View File

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