Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / md / sal / binding / api / DataTreeIdentifier.java
index a90d6da28ad520c72fd31208f8f1e3b93dab7356..13d0a92600ddefc43ed8ebd67b573007705648d9 100644 (file)
@@ -40,7 +40,7 @@ public final class DataTreeIdentifier<T extends DataObject> implements Immutable
     }
 
     /**
-     * Return the {@link YangInstanceIdentifier} of the root node.
+     * Return the {@link InstanceIdentifier} of the root node.
      *
      * @return Instance identifier corresponding to the root node.
      */
@@ -82,4 +82,4 @@ public final class DataTreeIdentifier<T extends DataObject> implements Immutable
         return getClass().getSimpleName() + "{datastoreType = " + datastoreType + ", rootIdentifier = " +
                 rootIdentifier + "}";
     }
-}
\ No newline at end of file
+}