Skip to content

Commit

Permalink
apache#2045 add empty check
Browse files Browse the repository at this point in the history
  • Loading branch information
cvictory committed Mar 12, 2019
1 parent feaa9cc commit 324d372
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,6 @@ public MethodConfig(Method method) {
if(!"".equals(method.onthrow())){
this.setOnthrow(method.onthrow());
}
//if "" of @Method, then should set to null
// if("".equals(this.loadbalance)){
// this.setLoadbalance(null);
// }
// if("".equals(this.cache)){
// this.setLoadbalance(null);
// }
// if("".equals(this.validation)){
// this.setValidation(null);
// }

if (method.arguments() != null && method.arguments().length != 0) {
List<ArgumentConfig> argumentConfigs = new ArrayList<ArgumentConfig>(method.arguments().length);
Expand Down

0 comments on commit 324d372

Please sign in to comment.