fix some AsyncWriteTransaction.submit warnings
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / network / NetworkTransactionImpl.java
index ff99c6842550746d562f39ac1ce93da2b4f4905e..232e4d906d482fd37cea5cb490a76c78b5cf6891 100644 (file)
@@ -48,6 +48,7 @@ public class NetworkTransactionImpl implements NetworkTransactionService {
         requestProcessor.put(store, path, data);
     }
 
+    @Deprecated
     public ListenableFuture<Void> submit() {
         return requestProcessor.submit();
     }