mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Depreacte NumberUtils 0-argument contructor
This commit is contained in:
parent
f78472f8cd
commit
655d402821
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user