Author: schof
Date: Thu Aug  3 11:53:04 2006
New Revision: 428472

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

Modified:
    shale/framework/trunk/src/site/xdoc/features-view-controller.xml

Modified: shale/framework/trunk/src/site/xdoc/features-view-controller.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/src/site/xdoc/features-view-controller.xml?rev=428472&r1=428471&r2=428472&view=diff
==============================================================================
--- shale/framework/trunk/src/site/xdoc/features-view-controller.xml (original)
+++ shale/framework/trunk/src/site/xdoc/features-view-controller.xml Thu Aug  3 
11:53:04 2006
@@ -167,7 +167,7 @@
               <code>ViewController</code></a>
               interface.  The 
               most convenient way to do this is likely to be extending the 
-              convenience base class 
(<code>org.apache.shale.view.ViewController</code>).</li>
+              convenience base class 
(<code>org.apache.shale.view.AbstractViewController</code>).</li>
           <li>As required by the 
               <a href="http://java.sun.com/products/javabeans/"; 
target="_blank">JavaBeans</a>
               specification, provide a no-args public constructor.</li>


Reply via email to