Skip to content

Commit c63b6a8

Browse files
gavinkingDavideD
authored andcommitted
fix whitespace in example persistence.xml files
1 parent f44e2e1 commit c63b6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/native-sql-example/src/main/resources/META-INF/persistence.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd"
44
version="3.0">
55

6-
<persistence-unit name="postgresql-example">
6+
<persistence-unit name="postgresql-example">
77
<provider>org.hibernate.reactive.provider.ReactivePersistenceProvider</provider>
88

99
<class>org.hibernate.reactive.example.nativesql.Author</class>

examples/session-example/src/main/resources/META-INF/persistence.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd"
44
version="3.0">
55

6-
<persistence-unit name="postgresql-example">
6+
<persistence-unit name="postgresql-example">
77
<provider>org.hibernate.reactive.provider.ReactivePersistenceProvider</provider>
88

99
<class>org.hibernate.reactive.example.session.Author</class>

0 commit comments

Comments
 (0)