Author: kwsutter
Date: Thu Mar 15 13:35:07 2007
New Revision: 518748

URL: http://svn.apache.org/viewvc?view=rev&rev=518748
Log:
Fixed up a couple more "kodo" references...

Modified:
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_meta.xml

Modified: 
incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_meta.xml
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_meta.xml?view=diff&rev=518748&r1=518747&r2=518748
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_meta.xml 
(original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_meta.xml 
Thu Mar 15 13:35:07 2007
@@ -258,7 +258,7 @@
 OpenJPA supports these strategies, and may be extended for other strategies as 
 well.  For extended strategies, use the 
 <ulink 
url="../javadoc/org/apache/openjpa/persistence/PersistentCollection.html">
-<classname>kodo.persistence.PersistentCollection</classname></ulink> metadata 
+<classname>org.apache.openjpa.persistence.PersistentCollection</classname></ulink>
 metadata 
 annotation to represents any persistent collection field.  It has the following
 properties:
                        </para>
@@ -314,7 +314,7 @@
 JPA has limited support for maps.  If you extend JPA's standard map support to 
 encompass new mappings, use the 
 <ulink url="../javadoc/org/apache/openjpa/persistence/PersistentMap.html">
-<classname>kodo.persistence.PersistentMap</classname></ulink> metadata 
+<classname>org.apache.openjpa.persistence.PersistentMap</classname></ulink> 
metadata 
 annotation to represent your custom persistent map fields.  It has the 
 following properties:
                        </para>


Reply via email to