Skip to content

Commit

Permalink
Deprecate ExceptionUtils.ExceptionUtils()
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 2, 2023
1 parent 6000dd8 commit bbf5714
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -121,6 +121,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1699" type="fix" dev="ggregory" due-to="Darren Coleman">Corrected value of SystemUtils.JAVA_VENDOR #1066.</action>
<action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #1067.</action>
<action type="fix" dev="ggregory" due-to="Dimitrios Efthymiou">Update Javadoc for the insert methods in ArrayUtils #1078.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate ExceptionUtils.ExceptionUtils().</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add GitHub coverage.yml.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,10 @@ public static <R> R wrapAndThrow(final Throwable throwable) {
/**
* Public constructor allows an instance of {@link ExceptionUtils} to be created, although that is not
* normally necessary.
*
* @deprecated Will be private in 3.0.
*/
@Deprecated
public ExceptionUtils() {
}
}

0 comments on commit bbf5714

Please sign in to comment.