Depreacte NumberUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:30:38 -05:00
parent f78472f8cd
commit 655d402821

View File

@ -1852,7 +1852,11 @@ private static boolean withDecimalsParsing(final String str, final int beginIdx)
*
* <p>This constructor is public to permit tools that require a JavaBean instance
* to operate.</p>
*
* @deprecated TODO Make private in 4.0.
*/
@Deprecated
public NumberUtils() {
// empty
}
}