mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 19:27:57 +08:00
parent
230f24a69a
commit
0b1fcdd598
@ -200,7 +200,7 @@ public class AnnotationMBeanInfoAssembler extends AbstractReflectiveMBeanInfoAss
|
||||
return metric.getDescription();
|
||||
}
|
||||
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
/**
|
||||
@ -226,7 +226,7 @@ public class AnnotationMBeanInfoAssembler extends AbstractReflectiveMBeanInfoAss
|
||||
if (mo != null && StringUtils.hasText(mo.getDescription())) {
|
||||
return mo.getDescription();
|
||||
}
|
||||
return null; // no operation description by default
|
||||
return ""; // no operation description by default
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user