checkStyleViolationSeverity=error implemented for mdsal-dom-inmemory-datastore
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / src / main / java / org / opendaylight / mdsal / dom / store / inmemory / DOMDataTreeShardWriteTransaction.java
index 59fa4b0966315a94aebec176c3e5d105d5cd84ff..4ffdf1e9a0fafbd089b8149fc169aa399891c468 100644 (file)
@@ -31,6 +31,7 @@ public interface DOMDataTreeShardWriteTransaction extends DOMDataTreeCursorProvi
     /**
      * Finish this transaction and submit it for processing.
      *
+     *<p>
      * FIXME: this method should accept a callback which will report success/failure. Let's not use a CheckedFuture
      *        due to overhead associated with attaching listeners to them.
      * @throws IllegalStateException if this transaction has an unclosed cursor.