Fix javadoc warnings in mdsal-binding-util
[mdsal.git] / binding / mdsal-binding-util / src / main / java / org / opendaylight / mdsal / binding / util / TypedReadTransaction.java
index c6556c6ec7777a681c5fda7aa7d806c0802aa266..90b3d8e3c92bff94e3477b7afa9e2d258fa18f4b 100644 (file)
@@ -53,6 +53,7 @@ public interface TypedReadTransaction<D extends Datastore> extends Transaction {
      * Executes a {@link QueryExpression}.
      *
      * @param query Query to execute
+     * @param <T> The type of the expected object
      * @return a FluentFuture containing the result of the query. The Future blocks until the operation is complete.
      *         Once complete:
      *         <ul>