Do not allow multi-datastore transactions
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMDataTreeQueryOperations.java
index 0cf2199e85ab533e1292227614633c54a1959e2e..3e17b8b38d148a3e4426c237b97f6b9e70eac6a7 100644 (file)
@@ -33,8 +33,8 @@ public interface DOMDataTreeQueryOperations {
      *               an exception derived from ReadFailedException.
      *            </li>
      *         </ul>
-     * @throws NullPointerException if any of the arguments is null
-     * @throws IllegalArgumentException if the query is not supported
+     * @throws NullPointerException if any of the arguments is {@code null}
+     * @throws IllegalArgumentException if the {@code query} or {@code store} is not supported
      */
     FluentFuture<DOMQueryResult> execute(LogicalDatastoreType store, DOMQuery query);
 }