You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/09/22 07:40:43 UTC

svn commit: r290895 - /struts/shale/trunk/core-library/src/java/org/apache/shale/view/ViewController.java

Author: craigmcc
Date: Wed Sep 21 22:40:19 2005
New Revision: 290895

URL: http://svn.apache.org/viewcvs?rev=290895&view=rev
Log:
Correct a typo in the javadoc description of this class.

Modified:
    struts/shale/trunk/core-library/src/java/org/apache/shale/view/ViewController.java

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/view/ViewController.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/view/ViewController.java?rev=290895&r1=290894&r2=290895&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/view/ViewController.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/view/ViewController.java Wed Sep 21 22:40:19 2005
@@ -140,7 +140,7 @@
  *     view will have been instantiated, and its <code>init()</code> method
  *     will have been called, as described above.</li>
  * <li>For the <code>ViewController</code> whose view will be rendered, the
- *     <code>preprocess()</code> method will be called.  If your
+ *     <code>prerender()</code> method will be called.  If your
  *     <code>ViewController</code> performed navigation to a different view,
  *     this method will <strong>NOT</strong> be called on the original view;
  *     however, it will be called on the <code>ViewController</code> instance



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org