src/main/java/net/curisit/securis/beans/SignedLicenseBean.java
.. .. @@ -10,6 +10,9 @@ 10 10 public String getCurrentSignature() { 11 11 return super.getSignature(); 12 12 } 13 +14 + public SignedLicenseBean() {15 + }13 16 14 17 public SignedLicenseBean(LicenseBean lb) { 15 18 super(lb);