diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-06-28 14:44:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-28 14:44:54 +0000 |
commit | 3fa5e305fa2d49bfb0614ac7a99d7054d908586a (patch) | |
tree | 50bef166ecd569564b796e2c51f84983208e1f61 | |
parent | e9d9563417fed07db98a4b18b854cbe4d916c376 (diff) | |
parent | 5f6e5f99d065ecc578265262f01afd71cabbd54c (diff) |
Merge "Update policy-common for checkstyle 8.43"
-rw-r--r-- | integrity-audit/src/test/java/org/onap/policy/common/ia/jpa/IaTestEntity.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/integrity-audit/src/test/java/org/onap/policy/common/ia/jpa/IaTestEntity.java b/integrity-audit/src/test/java/org/onap/policy/common/ia/jpa/IaTestEntity.java index 2ca83050..89876f24 100644 --- a/integrity-audit/src/test/java/org/onap/policy/common/ia/jpa/IaTestEntity.java +++ b/integrity-audit/src/test/java/org/onap/policy/common/ia/jpa/IaTestEntity.java @@ -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; |