Details
-
Improvement
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
Description
In the controller project, the flow service model (sal-flow.yang), the following snippet:
notification node-error-notification {
uses error:error-message;
uses tr:transaction-aware;
uses tr:transaction-metadata;
choice object-reference {
case flow-ref{
leaf flow-ref
}
case group-ref{
leaf group-ref
}
case meter-ref{
leaf meter-ref
}
}
leaf node
}
Results in unused:
import org.opendaylight.yangtools.yang.binding.annotations.RoutingContext;
being emitted in NodeErrorNotificationBuilder. This pollutes eclipse with warnings.