You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/07/14 18:03:38 UTC

svn commit: r219055 - /myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/ajaxsuggest/AjaxPhaseListener.java

Author: mmarinschek
Date: Thu Jul 14 09:03:35 2005
New Revision: 219055

URL: http://svn.apache.org/viewcvs?rev=219055&view=rev
Log:
changed comment

Modified:
    myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/ajaxsuggest/AjaxPhaseListener.java

Modified: myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/ajaxsuggest/AjaxPhaseListener.java
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/ajaxsuggest/AjaxPhaseListener.java?rev=219055&r1=219054&r2=219055&view=diff
==============================================================================
--- myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/ajaxsuggest/AjaxPhaseListener.java (original)
+++ myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/ajaxsuggest/AjaxPhaseListener.java Thu Jul 14 09:03:35 2005
@@ -83,8 +83,8 @@
     }
 
     /**
-     * We need to hang our AJAX phase listener in the invoke application phase as it would be
-     * too late to stop renderering in the render response phase.
+     * We need to hang our AJAX phase listener in the invoke application phase as it is
+     * impossible to stop rendering in the render response phase.
      *
      * @return
      */