Update javadoc links
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / AsyncReadWriteTransaction.java
index 4905e6bb1264d43314a42c87d54535201c512270..a992c010b7188c71c2c29c04e07d3fd8da82fd91 100644 (file)
@@ -122,7 +122,7 @@ import org.opendaylight.yangtools.concepts.Path;
  * that action happened after other asynchronous action. Use of blocking call
  * {@link com.google.common.util.concurrent.ListenableFuture#get()} is discouraged for most uses and you should
  * use {@link com.google.common.util.concurrent.Futures#addCallback(com.google.common.util.concurrent.ListenableFuture,
- *      com.google.common.util.concurrent.FutureCallback)}
+ * com.google.common.util.concurrent.FutureCallback, java.util.concurrent.Executor)}
  * or other functions from {@link com.google.common.util.concurrent.Futures} to
  * register more specific listeners.
  *