Update policy-common for checkstyle 8.43 65/122265/1
authorliamfallon <liam.fallon@est.tech>
Mon, 28 Jun 2021 09:32:06 +0000 (10:32 +0100)
committerliamfallon <liam.fallon@est.tech>
Mon, 28 Jun 2021 09:32:59 +0000 (10:32 +0100)
Issue-ID: POLICY-3206
Change-Id: I6d14a62e6619e2162e68846853feb36b95274866
Signed-off-by: liamfallon <liam.fallon@est.tech>
integrity-audit/src/test/java/org/onap/policy/common/ia/jpa/IaTestEntity.java

index 2ca8305..89876f2 100644 (file)
@@ -3,6 +3,7 @@
  * Integrity Audit
  * ================================================================================
  * Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2021 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -38,7 +39,7 @@ import javax.persistence.TemporalType;
 @Entity
 @Table(name = "IaTestEntity")
 @NamedQueries({@NamedQuery(name = " IaTestEntity.findAll", query = "SELECT e FROM IaTestEntity e "),
-        @NamedQuery(name = "IaTestEntity.deleteAll", query = "DELETE FROM IaTestEntity WHERE 1=1")})
+    @NamedQuery(name = "IaTestEntity.deleteAll", query = "DELETE FROM IaTestEntity WHERE 1=1")})
 
 public class IaTestEntity implements Serializable {
     private static final long serialVersionUID = 1L;