Bug 5540 - FlowConvertor, FlowStatsResponseConvertor, FlowInstructionResponseConvertor
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / BuildSwitchCapabilitiesOF10.java
index 353dbec5f14a29891cb034bfa6da7aba40905db9..0fbc1a1e7fc0617cb91d2cb4f80f700881c0f0c5 100644 (file)
@@ -4,13 +4,14 @@
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
- */      
+ */
 
 package org.opendaylight.openflowplugin.openflow.md.core.sal;
 
 import java.util.ArrayList;
 import java.util.List;
 
+import org.opendaylight.openflowplugin.api.openflow.md.core.sal.BuildSwitchFeatures;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FeatureCapability;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowFeatureCapabilityArpMatchIp;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowFeatureCapabilityFlowStats;
@@ -30,7 +31,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731
  * @author jsebin
  *
  */
-public class BuildSwitchCapabilitiesOF10 implements BuildSwitchFeatures {
+public final class BuildSwitchCapabilitiesOF10 implements BuildSwitchFeatures {
 
     private static BuildSwitchCapabilitiesOF10 instance = new BuildSwitchCapabilitiesOF10();