Simplify DOMNotificationService contract
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMDataTreeCursorAwareTransaction.java
index 6bec2776b34c9d6ebda2b9974f8ca2a3ed8521f4..691b736c606c24af668c1870596cbe510ddbdf7b 100644 (file)
@@ -37,9 +37,8 @@ public interface DOMDataTreeCursorAwareTransaction extends DOMDataTreeCursorProv
      * Invoking cancel() on a finished transaction (future returned by {@link #commit()} already
      * successfully completed will always fail (return false).
      *
-     * @return <tt>false</tt> if the task could not be cancelled, typically because it has already
-     *         completed normally; <tt>true</tt> otherwise
-     *
+     * @return {@code false} if the task could not be cancelled, typically because it has already
+     *         completed normally; {@code true} otherwise
      */
     boolean cancel();