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