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

Commit

Permalink
✅ update test fix #591
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Dec 23, 2016
1 parent 88f61d5 commit eb825c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions src/main/java/com/feilong/core/lang/EnumUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ private EnumUtil(){
* public String getMethod(){
* return method;
* }
*
* public void setMethod(String method){
* this.method = method;
* }
* }
* </pre>
*
Expand Down Expand Up @@ -146,9 +142,6 @@ public static <E extends Enum<?>, T> E getEnumByPropertyValueIgnoreCase(Class<E>
* return method;
* }
*
* public void setMethod(String method){
* this.method = method;
* }
* }
* </pre>
*
Expand Down
9 changes: 0 additions & 9 deletions src/test/java/com/feilong/core/entity/HttpMethodTestType.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,4 @@ public String getMethod(){
return method;
}

/**
* Sets the method.
*
* @param method
* the method to set
*/
public void setMethod(String method){
this.method = method;
}
}

0 comments on commit eb825c2

Please sign in to comment.