HONEYCOMB-259 Fix compilation issue in nat
authorMaros Marsalek <[email protected]>
Thu, 3 Nov 2016 11:38:42 +0000 (12:38 +0100)
committerMaros Marsalek <[email protected]>
Thu, 3 Nov 2016 11:38:42 +0000 (12:38 +0100)
Change-Id: I22cb84d19cdf456f80359ef43988b2686f981d0b
Signed-off-by: Maros Marsalek <[email protected]>
nat/nat2vpp/src/main/java/io/fd/honeycomb/nat/read/ifc/AbstractInterfaceNatCustomizer.java

index 441218a..e48e7eb 100644 (file)
@@ -53,7 +53,7 @@ abstract class AbstractInterfaceNatCustomizer<C extends DataObject, B extends Bu
 
         // Cache dump for each interface under the same key since this is all ifc dump
         final Optional<SnatInterfaceDetailsReplyDump> dump =
-                dumpMgr.getDump(id, getClass().getName(), ctx.getModificationCache(), null);
+                dumpMgr.getDump(id, ctx.getModificationCache(), null);
 
         // Find entries for current ifc and if is marked as inside set the builder to return presence container
         dump.or(new SnatInterfaceDetailsReplyDump()).snatInterfaceDetails.stream()