Rework AugmentRuntimeType and Choice/Case linkage
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / RuntimeTypeContainer.java
index 1acbae79b11d4eec152e61a16dd7748303898dc8..f6197b5666b39bf6023d2cab74964b3791d4fed8 100644 (file)
@@ -28,7 +28,7 @@ public interface RuntimeTypeContainer extends Immutable {
      * <p>
      * One important omission is this method <b>does not</b> resolve nodes which have been added via {@code augment}
      * statement. Those are exposed indirectly as children of {@link AugmentRuntimeType}s returned via
-     * {@link CompositeRuntimeType#augments()}, if applicable.
+     * {@link AugmentableRuntimeType#augments()}, if applicable.
      *
      * @param qname {@code schema node} identifier
      * @return Corresponding {@link RuntimeType}, or null if not found