Skip to content

Commit

Permalink
Fix #5075: compilation error after upmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed May 29, 2022
1 parent 08a2390 commit 471c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/main/java/com/sun/faces/cdi/CdiUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static Validator<?> createValidator(BeanManager beanManager, String value

if (managedValidator == null) {
// Still nothing found, try default qualifier and value as bean name.
qualifier = new FacesValidatorAnnotationLiteral("");
qualifier = FacesValidator.Literal.of("", false, true);
managedValidator = (Validator<?>) getBeanReferenceByType(
beanManager,
VALIDATOR_TYPE,
Expand Down

0 comments on commit 471c7ca

Please sign in to comment.