Bug 1254 - Increase UT coverage 78/10978/2
authorMartin Bobak <mbobak@cisco.com>
Wed, 10 Sep 2014 07:53:47 +0000 (09:53 +0200)
committermichal rehak <mirehak@cisco.com>
Thu, 11 Sep 2014 09:13:44 +0000 (09:13 +0000)
- removed unused class

Change-Id: If6ec76942ca5417e7fa79798472a7d2328d8e1f6
Signed-off-by: Martin Bobak <mbobak@cisco.com>
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/LinkDiscoveryService.java [deleted file]

diff --git a/openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/LinkDiscoveryService.java b/openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/LinkDiscoveryService.java
deleted file mode 100644 (file)
index 6162aad..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Copyright (c) 2013 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.openflow.md;
-
-import org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingListener;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceived;
-
-public class LinkDiscoveryService implements PacketProcessingListener {
-
-    @Override
-    public void onPacketReceived(PacketReceived packetRec) {
-        // TODO Auto-generated method stub
-
-    }
-}