Remove OPENJPA-370 from CHANGES.txt and RELEASE-NOTES.html.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.1@592145 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt
index b60bb7b..981bc24 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -369,8 +369,6 @@
       EntityManager.persist() with out transaction context.
     * [OPENJPA-369] - AccessDeclaredMembers RuntimePermission requires by 
       Solaris JDK with security enabled
-    * [OPENJPA-370] - LoadFetchGroup annotation was not recognized during the 
-      fetch1
     * [OPENJPA-372] - PCEnhancer throws away its classloader
     * [OPENJPA-375] - DB2 autoCommit(true) causes Result Set prematurely closed 
       in WebContainer JEE environment.
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index ca3cd3c..3b3b5dd 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -350,7 +350,6 @@
 <li>[<a href="http://issues.apache.org/jira/browse/OPENJPA-367">OPENJPA-367</a>] - PCEnhancer does not find meta data for entities using pure XML annotation
 <li>[<a href="http://issues.apache.org/jira/browse/OPENJPA-368">OPENJPA-368</a>] - Multithreaded client fails randomly on EntityManager.persist() with out transaction context.
 <li>[<a href="http://issues.apache.org/jira/browse/OPENJPA-369">OPENJPA-369</a>] - AccessDeclaredMembers RuntimePermission requires by Solaris JDK with security enabled
-<li>[<a href="http://issues.apache.org/jira/browse/OPENJPA-370">OPENJPA-370</a>] - LoadFetchGroup annotation was not recognized during the fetch1
 <li>[<a href="http://issues.apache.org/jira/browse/OPENJPA-372">OPENJPA-372</a>] - PCEnhancer throws away its classloader
 <li>[<a href="http://issues.apache.org/jira/browse/OPENJPA-375">OPENJPA-375</a>] - DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.
 <li>[<a href="http://issues.apache.org/jira/browse/OPENJPA-376">OPENJPA-376</a>] - Need more trace for transaction demarcation