ing
This commit is contained in:
parent
a7769de52c
commit
b1253242d9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user