This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git.
from b83f979 Remove redundant calls to super().
new 18f0801 Travis: Replace Java 14 with 15.
new 17081b6 No need to initialize to default value.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +-
.../routines/AbstractCalendarValidator.java | 4 +--
.../commons/validator/AbstractNumberTest.java | 4 +--
.../org/apache/commons/validator/DateTest.java | 4 +--
.../org/apache/commons/validator/EmailTest.java | 4 +--
.../apache/commons/validator/ExtensionTest.java | 28 +++++--------------
.../validator/GenericTypeValidatorTest.java | 8 ++----
.../commons/validator/GenericValidatorImpl.java | 3 +-
.../org/apache/commons/validator/LocaleTest.java | 4 +--
.../commons/validator/MultipleConfigFilesTest.java | 16 +++--------
.../org/apache/commons/validator/MultipleTest.java | 32 ++++++----------------
.../apache/commons/validator/RequiredIfTest.java | 20 ++++----------
.../apache/commons/validator/RequiredNameTest.java | 24 ++++------------
.../apache/commons/validator/ValidatorTest.java | 3 +-
.../validator/routines/CodeValidatorTest.java | 2 +-
.../validator/routines/TimeValidatorTest.java | 2 +-
16 files changed, 43 insertions(+), 117 deletions(-)