diff --git a/src/main/java/org/apache/commons/lang3/EnumUtils.java b/src/main/java/org/apache/commons/lang3/EnumUtils.java index f5e0055e6..1e171bb0c 100644 --- a/src/main/java/org/apache/commons/lang3/EnumUtils.java +++ b/src/main/java/org/apache/commons/lang3/EnumUtils.java @@ -346,7 +346,7 @@ public class EnumUtils { /** * Checks if the specified name is a valid enum for the class. * - *
This method differs from {@link Enum#valueOf} in that checks if the name is + *
This method differs from {@link Enum#valueOf} in that it checks if the name is * a valid enum without needing to catch the exception.
* * @paramThis method differs from {@link Enum#valueOf} in that checks if the name is + *
This method differs from {@link Enum#valueOf} in that it checks if the name is * a valid enum without needing to catch the exception * and performs case insensitive matching of the name.
*