Depreacte StringUtils 0-argument contructor
This commit is contained in:
parent
0171ab9fd7
commit
02a16cbda0
|
@ -9550,8 +9550,12 @@ public class StringUtils {
|
|||
*
|
||||
* <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 StringUtils() {
|
||||
// empty
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue