securis/src/main/java/net/curisit/securis/db/LicenseHistory.java
.. .. @@ -27,7 +27,9 @@ 27 27 @Entity 28 28 @Table(name = "license_history") 29 29 @JsonIgnoreProperties(ignoreUnknown = true) 30 -@NamedQueries({ @NamedQuery(name = "list-license-history", query = "SELECT lh FROM LicenseHistory lh where lh.license.id = :licId") })30 +@NamedQueries({31 + @NamedQuery(name = "list-license-history", query = "SELECT lh FROM LicenseHistory lh where lh.license.id = :licId")32 +})31 33 public class LicenseHistory implements Serializable { 32 34 33 35 private static final long serialVersionUID = 1L;