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/10/27 13:00:09 UTC

[myfaces] branch master updated: unused var

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 cee1615  unused var
cee1615 is described below

commit cee161559779a62a0493593e27be9230a1ed1785
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Oct 27 13:59:58 2020 +0100

    unused var
---
 .../java/org/apache/myfaces/component/validate/WholeBeanValidator.java  | 2 --
 1 file changed, 2 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 be9aff7..13d91dc 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
@@ -69,8 +69,6 @@ public class WholeBeanValidator implements Validator
     private static final Logger log = Logger.getLogger(WholeBeanValidator.class.getName());
     
     private static final Class<?>[] DEFAULT_VALIDATION_GROUPS_ARRAY = new Class<?>[] { Default.class };
-
-    private static final String DEFAULT_VALIDATION_GROUP_NAME = "javax.validation.groups.Default";
     
     private static final String CANDIDATE_COMPONENT_VALUES_MAP = "oam.WBV.candidatesMap";