Cleanup of Lisp in VPP renderer
[groupbasedpolicy.git] / renderers / vpp / src / main / java / org / opendaylight / groupbasedpolicy / renderer / vpp / commands / UnnumberedInterfaceCommand.java
index d49e3d011122f45cc18aa2554811675d56124c4c..fb9f0a98e7f6a1dd4d8a8b9db16f81b860a5f89c 100644 (file)
@@ -9,6 +9,7 @@
 package org.opendaylight.groupbasedpolicy.renderer.vpp.commands;
 
 import com.google.common.base.Preconditions;
+
 import org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction;
 import org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType;
 import org.opendaylight.groupbasedpolicy.renderer.vpp.util.General;
@@ -101,7 +102,7 @@ public class UnnumberedInterfaceCommand extends AbstractConfigCommand {
         }
 
         /**
-         * StaticArpCommand build method.
+         * UnnumberedInterfaceCommand build method.
          *
          * @return UnnumberedInterfaceCommand
          * @throws IllegalArgumentException if useInterface or interfaceName is null.