various bugfixes for casablanca
[so.git] / asdc-controller / src / main / java / org / onap / so / asdc / util / YamlEditor.java
index 32f512b..3418ee3 100644 (file)
@@ -50,6 +50,10 @@ public class YamlEditor {
     public YamlEditor (byte[] body) {
         init (body);
     }
+    
+    public YamlEditor (Yaml yaml) {
+       this.yaml = yaml;
+    }
 
     @SuppressWarnings("unchecked")
     protected synchronized void init (byte[] body) {