diff options
author | waqas.ikram <waqas.ikram@ericsson.com> | 2018-03-28 12:56:15 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@ericsson.com> | 2018-03-29 16:53:08 +0100 |
commit | d4b467daed74656582045f4561e6c7745cf7bf6f (patch) | |
tree | 4524c789d1510c81e008e40a0775d208177a5fba /BRMSGateway/src/test/resources/META-INF | |
parent | c2f8c7435baa23643923a4ef52d90869751ba9f6 (diff) |
Removed checkstyle warnings
Change-Id: I0701333d2b36a0796b592ce92b8015c1a56f8258
Issue-ID: POLICY-711
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
Diffstat (limited to 'BRMSGateway/src/test/resources/META-INF')
-rw-r--r-- | BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml b/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml index f757aca86..62ae4d058 100644 --- a/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml +++ b/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml @@ -24,8 +24,8 @@ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"> <persistence-unit name="BRMSGW" transaction-type="RESOURCE_LOCAL"> <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> - <class>org.onap.policy.brmsInterface.jpa.BRMSGroupInfo</class> - <class>org.onap.policy.brmsInterface.jpa.BRMSPolicyInfo</class> + <class>org.onap.policy.brms.entity.BrmsGroupInfo</class> + <class>org.onap.policy.brms.entity.BrmsPolicyInfo</class> <property name="javax.persistence.schema-generation.scripts.action" value="drop-and-create" /> <property name="javax.persistence.schema-generation.scripts.create-target" |