You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2008/11/30 17:58:45 UTC

svn commit: r721858 - /myfaces/extensions/validator/branches/jsf_1.1/core/src/main/java/org/apache/myfaces/extensions/validator/core/interceptor/ValidationExceptionInterceptor.java

Author: gpetracek
Date: Sun Nov 30 08:58:45 2008
New Revision: 721858

URL: http://svn.apache.org/viewvc?rev=721858&view=rev
Log:
minor refactoring

Modified:
    myfaces/extensions/validator/branches/jsf_1.1/core/src/main/java/org/apache/myfaces/extensions/validator/core/interceptor/ValidationExceptionInterceptor.java

Modified: myfaces/extensions/validator/branches/jsf_1.1/core/src/main/java/org/apache/myfaces/extensions/validator/core/interceptor/ValidationExceptionInterceptor.java
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/core/src/main/java/org/apache/myfaces/extensions/validator/core/interceptor/ValidationExceptionInterceptor.java?rev=721858&r1=721857&r2=721858&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/core/src/main/java/org/apache/myfaces/extensions/validator/core/interceptor/ValidationExceptionInterceptor.java (original)
+++ myfaces/extensions/validator/branches/jsf_1.1/core/src/main/java/org/apache/myfaces/extensions/validator/core/interceptor/ValidationExceptionInterceptor.java Sun Nov 30 08:58:45 2008
@@ -41,6 +41,7 @@
      * @param metaDataEntry the meta data entry which contains the meta data of the property
      * @param convertedObject the converted user input
      * @param validatorException the current exception
+     * @param validatorExceptionSource validation strategy which threw the exception
      * @return false to stop throwing the exception
      */
     boolean afterThrowing(UIComponent uiComponent,