This commit is contained in:
crusader 2018-04-25 21:04:41 +09:00
parent a7769de52c
commit b1253242d9

View File

@ -80,7 +80,7 @@ public class Service implements InitializingBean, ApplicationContextAware {
return null;
}
String name = a.value();
if ("" == name.trim()) {
if (name.isEmpty()) {
name = method.getName();
}
return name;