Remove unused imports
[openflowplugin.git] / extension / openflowplugin-extension-api / src / test / java / org / opendaylight / openflowplugin / extension / api / ConverterExtensionMatchKeyTest.java
index dc43966123b2a53fd646a6265bb11f5f76296b83..45850a5fd6576a4a6c8f0a7a43dcbfbb73648539 100644 (file)
@@ -1,19 +1,14 @@
 /**
  * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
- * 
+ *
  * 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.extension.api;
 
-import org.junit.Assert;
-import org.junit.Test;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase;
-
 /**
- * 
+ *
  */
 public class ConverterExtensionMatchKeyTest {
 
@@ -26,12 +21,12 @@ public class ConverterExtensionMatchKeyTest {
 //        ConverterExtensionActionKey key2 = new ConverterExtensionActionKey(OutputActionCase.class);
 //        ConverterExtensionActionKey key3 = new ConverterExtensionActionKey(SpecialAction.class);
 //        ConverterExtensionActionKey key4 = new ConverterExtensionActionKey(SpecialAction.class);
-//        
+//
 //        Assert.assertEquals(key1, key2);
 //        Assert.assertEquals(key3, key4);
 //        Assert.assertNotEquals(key1, key4);
 //    }
-//    
+//
 //    private static interface SpecialAction extends Action {
 //        // nobody
 //    }