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:17 UTC

svn commit: r1305498 - /myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIViewRoot.java

Author: lu4242
Date: Mon Mar 26 19:21:16 2012
New Revision: 1305498

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

Modified:
    myfaces/core/branches/2.0.x/api/src/main/java/javax/faces/component/UIViewRoot.java

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