Abort operation as per Section 5.2.8 of RFC 7047
[ovsdb.git] / library / src / main / java / org / opendaylight / ovsdb / lib / operations / Operations.java
index 364262f2197dd0d1afdbd344153ae2b0f6d0df82..206ddd64e28ca95306bf3b1a8d69cf02fbfd0cee 100644 (file)
@@ -32,4 +32,8 @@ public class Operations {
     public Commit commit(Boolean durable) {
         return new Commit(durable);
     }
+
+    public Abort abort() {
+        return new Abort();
+    }
 }
\ No newline at end of file