Normalize comment

Comment empty block
This commit is contained in:
Gary Gregory 2024-01-25 09:28:26 -05:00
parent a84d013078
commit 3c0d417abb

View File

@ -1110,9 +1110,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 TODO Make private in 4.0.
*/
@Deprecated
public ExceptionUtils() {
// empty
}
}