You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/04/01 19:48:39 UTC

[myfaces] branch master updated: javadoc

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new 54b3dfa  javadoc
54b3dfa is described below

commit 54b3dfa766e20bb066244f2d39228f1854b38e37
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Apr 1 21:48:30 2020 +0200

    javadoc
---
 .../java/org/apache/myfaces/component/validate/WholeBeanValidator.java | 2 +-
 .../java/org/apache/myfaces/el/resolver/FacesCompositeELResolver.java  | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/impl/src/main/java/org/apache/myfaces/component/validate/WholeBeanValidator.java b/impl/src/main/java/org/apache/myfaces/component/validate/WholeBeanValidator.java
index 9b52958..d55f115 100644
--- a/impl/src/main/java/org/apache/myfaces/component/validate/WholeBeanValidator.java
+++ b/impl/src/main/java/org/apache/myfaces/component/validate/WholeBeanValidator.java
@@ -364,7 +364,7 @@ public class WholeBeanValidator implements Validator
     /**
      * Set the Bean Validation validation groups.
      * @param validationGroups The validation groups String, separated by
-     *                         {@link BeanValidator#VALIDATION_GROUPS_DELIMITER}.
+     *                         {@link javax.faces.validator.BeanValidator#VALIDATION_GROUPS_DELIMITER}.
      */
     public void setValidationGroups(ValidateWholeBeanComponent component, final String validationGroups)
     {
diff --git a/impl/src/main/java/org/apache/myfaces/el/resolver/FacesCompositeELResolver.java b/impl/src/main/java/org/apache/myfaces/el/resolver/FacesCompositeELResolver.java
index 5442eac..2f09a88 100644
--- a/impl/src/main/java/org/apache/myfaces/el/resolver/FacesCompositeELResolver.java
+++ b/impl/src/main/java/org/apache/myfaces/el/resolver/FacesCompositeELResolver.java
@@ -30,9 +30,6 @@ import java.util.Arrays;
  * This composite el resolver will be used at the top level resolver for faces
  * ({@link javax.faces.application.Application#getELResolver()})
  * and jsp (the one we add with {@link javax.servlet.jsp.JspApplicationContext#addELResolver(javax.el.ELResolver)}.
- * It keeps track of its scope to let the variable resolver {@link org.apache.myfaces.el.VariableResolverImpl}
- * know in which scope it is executed. This is
- * necessarry to call either the faces or the jsp resolver head.
  * </p>
  * <p>
  * This implementation does nothing if there is no actual faces context. This is necessarry since we registered our