Author: mgentry
Date: Mon Mar  7 13:19:09 2011
New Revision: 1078769

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

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt

Modified: cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt?rev=1078769&r1=1078768&r2=1078769&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Mon Mar  7 
13:19:09 2011
@@ -30,7 +30,7 @@ application.
   subpackages. E.g. to instantiate the Cayenne stack in 3.1 you would do 
   something like that:
 
-  ServerRuntime runtime = new ServerRuntime("cayenne-UntitledDomain.xml");
+  ServerRuntime cayenneRuntime = new 
ServerRuntime("cayenne-UntitledDomain.xml");
   
   To obtain a new ObjectContext, the following API is used:
                


Reply via email to