mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixed a bug in commons.licence
This commit is contained in:
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…
Reference in New Issue
Block a user