sureshanaparti commented on code in PR #11373:
URL: https://github.com/apache/cloudstack/pull/11373#discussion_r2247354310
##########
plugins/network-elements/juniper-contrail/src/main/java/org/apache/cloudstack/network/contrail/management/EventUtils.java:
##########
@@ -143,6 +147,10 @@ public Object interceptStart(Method method, Object target)
{
@Override
public void interceptComplete(Method method, Object target, Object
event) {
ActionEvent actionEvent = method.getAnnotation(ActionEvent.class);
+ boolean sameModule =
target.getClass().getPackage().getName().startsWith(MODULE_TOP_LEVEL_PACKAGE);
Review Comment:
npe, in any case?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]