bug 6579 removed boilerplate code
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / transact / DependencyQueue.java
index 0b1b2eff77a77e15c85a0b11224327cfccfe6be1..c6892649da15fab0e4c30053ff3a3680b23696bf 100644 (file)
@@ -131,4 +131,8 @@ public class DependencyQueue {
     public static void close() {
         executorService.shutdown();
     }
+
+    public void submit(Runnable runnable) {
+        executorService.submit(runnable);
+    }
 }
\ No newline at end of file