mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Depreacte FieldUtils 0-argument contructor
This commit is contained in:
parent
4822446e98
commit
212d2ae354
@ -873,7 +873,11 @@ public static void writeStaticField(final Field field, final Object value, final
|
||||
* <p>
|
||||
* This constructor is {@code public} to permit tools that require a JavaBean instance to operate.
|
||||
* </p>
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public FieldUtils() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user