Bug 5730 - Delete subset of list items using PATCH?
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / netconf / sal / restconf / impl / PATCHEditOperation.java
index e0bdfd5893863848c2a991e0449f904b014a8d38..d7b4ebd1dd0af7abb4b06286050e297e33114b3e 100644 (file)
@@ -15,7 +15,7 @@ package org.opendaylight.netconf.sal.restconf.impl;
  * operations, but also includes some new operations.
  *
  */
-enum PATCHEditOperation {
+public enum PATCHEditOperation {
     CREATE,  //post
     DELETE,  //delete
     INSERT,  //post