Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
1252
Description
Generated Abstract*Module:
if (dataBroker!=null)
{ dataBrokerDependency = dependencyResolver.resolveInstance(org.opendaylight.controller.sal.binding.api.data.DataProviderService.class, dataBroker, dataBrokerJmxAttribute);; <=== double semi-colon }if(oldInstance!=null && canReuseInstance(oldModule))
{ <=== indentation problem instance = reuseInstance(oldInstance); }else {
And there is an unnecessary semi-colon here
;this.oldModule=null;
Attachments
Issue Links
- is duplicated by
-
CONTROLLER-583 Problems with AbstractProviderModule Auto-generated Code
- Resolved