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