Update javadoc links
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / AsyncReadTransaction.java
index ae342138938d00b5205c9c7315bb44c9f4374497..3396b61f28412f20b041a51b32c182780c8dffc9 100644 (file)
@@ -46,7 +46,7 @@ import org.opendaylight.yangtools.concepts.Path;
  * {@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.
  *