Merge "When a node is going down, remove edges in both directions associated with...
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / utils / ObjectWriter.java
index 730a9b0368f6b853b250d758f7ca95a7be940a82..8e1dcd69f999fec5f2619c1f8e65d0fc511212f4 100644 (file)
@@ -61,6 +61,6 @@ public class ObjectWriter {
                 }
             }
         }
-        return new Status(StatusCode.SUCCESS, null);
+        return new Status(StatusCode.SUCCESS);
     }
 }