Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMDataTreeProducerFactory.java
index 89ac8d1e6c0689a8deac0aba4aac156dc3c6a6be..46726da42131388e530beeb8a8b2808ae350e2b3 100644 (file)
@@ -20,7 +20,7 @@ public interface DOMDataTreeProducerFactory {
      *
      * @param subtrees The collection of subtrees the resulting producer should have access to.
      * @return A {@link DOMDataTreeProducer} instance.
-     * @throws {@link IllegalArgumentException} if subtrees is empty.
+     * @throws IllegalArgumentException if subtrees is empty.
      */
     @Nonnull DOMDataTreeProducer createProducer(@Nonnull Collection<DOMDataTreeIdentifier> subtrees);
 }