You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ma...@apache.org on 2011/11/13 15:42:08 UTC

svn commit: r1201432 - /db/jdo/trunk/api/src/java/javax/jdo/spi/package.html

Author: madams
Date: Sun Nov 13 14:42:08 2011
New Revision: 1201432

URL: http://svn.apache.org/viewvc?rev=1201432&view=rev
Log:
fixed typo

Modified:
    db/jdo/trunk/api/src/java/javax/jdo/spi/package.html

Modified: db/jdo/trunk/api/src/java/javax/jdo/spi/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/src/java/javax/jdo/spi/package.html?rev=1201432&r1=1201431&r2=1201432&view=diff
==============================================================================
--- db/jdo/trunk/api/src/java/javax/jdo/spi/package.html (original)
+++ db/jdo/trunk/api/src/java/javax/jdo/spi/package.html Sun Nov 13 14:42:08 2011
@@ -35,7 +35,7 @@ done by a combination of techniques, as 
 <li>Pre-processing .java files
 <li>Post-processing .class files
 <li>Generating .java or .class files directly from an abstraction
-</ul
+</ul>
 <P>The StateManager interface is the implementation's contact point with
 the PersistenceCapable instances.  It defines methods that are called by 
 the PersistenceCapable instances to implement the required PersistenceCapable