Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jun 11, 2016
1 parent ff3621d commit 51c737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/feilong/core/lang/EnumUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static <E extends Enum<?>, T> E getEnumByPropertyValue(Class<E> enumClass
* @return 如果 <code>enumClass</code> 是null,抛出 {@link NullPointerException}<br>
* 如果 <code>propertyName</code> 是null,抛出 {@link NullPointerException}<br>
* 如果 <code>propertyName</code> 是blank,抛出 {@link IllegalArgumentException}
* @see com.feilong.core.bean.BeanUtil#getProperty(Object, String)
* @see com.feilong.core.bean.PropertyUtil#getProperty(Object, String)
* @since 1.0.8
*/
private static <E extends Enum<?>, T> E getEnumByPropertyValue(
Expand Down

0 comments on commit 51c737e

Please sign in to comment.