Fix Javadoc.

This commit is contained in:
Gary Gregory 2022-05-10 18:26:55 -04:00
parent 663c806ee9
commit 54f00795a3
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import org.apache.commons.lang3.Validate;
* <p>
* The ability is provided to break the scoping restrictions coded by the programmer. This can allow fields to be
* changed that shouldn't be. This facility should be used with care.
*
* </p>
* @since 2.5
*/
public class FieldUtils {