Skip to content

Commit

Permalink
Deprecate ValidatorUtils.ValidatorUtils()
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 28, 2024
1 parent 470c69c commit 575a10a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate GenericTypeValidator.GenericTypeValidator().</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate GenericValidator.GenericValidator().</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate ValidatorUtils.ValidatorUtils().</action>
<!-- ADD -->
<action type="add" issue="VALIDATOR-497" dev="sjaranowski" due-to="Slawomir Jaranowski">IBANValidator: add method validate with validation status</action>
<action type="add" dev="sebb">DomainValidatorTest: added Maven profile to simplfy execution.</action>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,14 @@ public static String replace(final String value, final String key, final String
return value.replace(key, replaceValue);
}

/**
* Constructs a new instance.
*
* @deprecated Will be private in the next major version.
*/
@Deprecated
public ValidatorUtils() {
// empty
}

}

0 comments on commit 575a10a

Please sign in to comment.