Fixup Augmentable and Identifiable methods changing
[neutron.git] / transcriber / src / main / java / org / opendaylight / neutron / transcriber / NeutronTapFlowInterface.java
index 39ff112a46d7b808fbccf443e4b92426c9a9a21d..39b0a88f56f2ee8d08ccf5ee6fc538f0929f2588 100644 (file)
@@ -60,7 +60,7 @@ public final class NeutronTapFlowInterface
         return InstanceIdentifier.create(Neutron.class)
                 .child(TapServices.class)
                 .child(TapService.class, new TapServiceKey(toUuid(tapServiceUUID)))
-                .child(TapFlows.class).child(TapFlow.class, item.getKey());
+                .child(TapFlows.class).child(TapFlow.class, item.key());
     }
 
     @Override