You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/03/26 21:21:03 UTC

svn commit: r1305497 - /myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java

Author: lu4242
Date: Mon Mar 26 19:21:02 2012
New Revision: 1305497

URL: http://svn.apache.org/viewvc?rev=1305497&view=rev
Log:
MYFACES-3199 Handling AbortProcessingException is unconsistent

Modified:
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java?rev=1305497&r1=1305496&r2=1305497&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java Mon Mar 26 19:21:02 2012
@@ -1055,7 +1055,6 @@ public class UIViewRoot extends UICompon
                 {
                     // APE found,  abortion for this event only
                     eventsAborted.add(event);
-                    return true;
                 }
                 else
                 {