This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 093a547 Fix typo
093a547 is described below
commit 093a547193e0e2b85c737d409e5808c7dafe271a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jul 23 14:53:53 2020 +0200
Fix typo
---
openjpa-examples/simple/src/main/resources/META-INF/persistence.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/openjpa-examples/simple/src/main/resources/META-INF/persistence.xml
b/openjpa-examples/simple/src/main/resources/META-INF/persistence.xml
index 9a27b9f..694473e 100644
--- a/openjpa-examples/simple/src/main/resources/META-INF/persistence.xml
+++ b/openjpa-examples/simple/src/main/resources/META-INF/persistence.xml
@@ -1,4 +1,4 @@
-d<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file