You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/08/18 14:14:20 UTC

svn commit: r567260 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java

Author: skitching
Date: Sat Aug 18 05:14:16 2007
New Revision: 567260

URL: http://svn.apache.org/viewvc?view=rev&rev=567260
Log:
Add javadoc only.

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java?view=diff&rev=567260&r1=567259&r2=567260
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java Sat Aug 18 05:14:16 2007
@@ -41,10 +41,10 @@
  * This facade also enhances error-handling for action methods. If the invoked method throws
  * an exception of any kind, and an errorOutcome value has been specified then the errorOutcome
  * is returned instead of allowing the exception to propagate. Note that the conversation is
- * <i>not</> ended. The exception that occurred is reported to the ConversationMessager object
- * associated with the conversation, so it can choose whether and how to present the error
- * to the user.
- * <p>
+ * <i>not</> ended; the page that is navigated to using this errorOutcode value is responsible
+ * for ending the conversation if this is desired. The exception that occurred is reported to
+ * the ConversationMessager object associated with the conversation, so it can choose whether
+ * and how to present the error to the user.
  */
 public class EndConversationMethodBindingFacade extends MethodBinding implements StateHolder
 {