Skip to content

Commit 62de7df

Browse files
committed
cosmetics
1 parent 5a97dc0 commit 62de7df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/resources/META-INF/persistence.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
xmlns="http://xmlns.jcp.org/xml/ns/persistence"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd">
6-
<persistence-unit name="test"
7-
transaction-type="RESOURCE_LOCAL">
6+
<persistence-unit name="test" transaction-type="RESOURCE_LOCAL">
87
<!-- Hibernate specific -->
98
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
109

0 commit comments

Comments
 (0)