diff --git a/tests/src/main/resources/tck-audit.xml b/tests/src/main/resources/tck-audit.xml index 1e695a6a..b85dca26 100644 --- a/tests/src/main/resources/tck-audit.xml +++ b/tests/src/main/resources/tck-audit.xml @@ -1,5 +1,5 @@ - + <T> Set<ConstraintViolation<T>> validateParameters(T object, Method method, Object[] parameterValues, Class<?>... groups) validates the arguments (as given in parameterValues) for the parameters of a given method - (identified by method). Cross-parameter constraint are also validated. + (identified by method). Cross-parameter constraints are also validated. Needs update @@ -1252,7 +1252,7 @@ validateConstructorParameters(Constructor<T> constructor, Object[] parameterValues, Class<?>... groups) validates the arguments (as given in parameterValues) for the parameters of a given constructor (identified by - constructor). Cross-parameter constraint are also validated. + constructor). Cross-parameter constraints are also validated. Needs update @@ -2911,7 +2911,7 @@ descriptors of Bean Validation 1.0 and 1.1. - + If the version attribute attribute is not given, schema version 1.0 is to be assumed by the Bean Validation Provider. @@ -2929,7 +2929,7 @@ descriptors of Bean Validation 1.0 and 1.1. - + If the version attribute attribute is not given, schema version 1.0 is to be assumed by the Bean Validation Provider.