Code ReOrganization and Re-Architecture changes
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / operations / WaitOperation.java
diff --git a/ovsdb/src/main/java/org/opendaylight/ovsdb/lib/operations/WaitOperation.java b/ovsdb/src/main/java/org/opendaylight/ovsdb/lib/operations/WaitOperation.java
deleted file mode 100644 (file)
index c152c82..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (C) 2013 Red Hat, Inc.
- *
- * 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
- *
- * Authors : Madhu Venugopal
- */
-package org.opendaylight.ovsdb.lib.operations;
-
-public class WaitOperation extends Operation {
-
-}