Mass-migrate to java.util.Optional
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMActionResult.java
index 4273d786ffcdf21e802f2ccccb791d0be3b840b6..2ed1a40cfa23bec874f462f7a52372e40311128c 100644 (file)
@@ -33,7 +33,7 @@ public interface DOMActionResult {
     /**
      * Returns the value result of the call.
      *
-     * @return Invocation result, absent if the operation has not produced a result. This might be the case if the
+     * @return Invocation result,.empty if the operation has not produced a result. This might be the case if the
      *         operation does not produce a result, or if it failed.
      */
     Optional<ContainerNode> getOutput();