Fixed a merge error.

This commit is contained in:
bdragan 2016-08-09 22:01:43 +02:00
parent ab1a928b1c
commit 60a097624d

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"> <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="punit"> <persistence-unit name="punit">
<class>org.baeldung.persistence.model.Foo</class> <class>org.baeldung.persistence.model.Foo</class>
<class>org.baeldung.persistence.model.Bar</class> <class>org.baeldung.persistence.model.Bar</class>