Refactor yang-model-api child traversal return types
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / type / DerivedInstanceIdentifierType.java
index 3922a7fe1af268cf6109d204d0e78b32f77b30aa..cc2926aa575c8f1af8e136469b72ee04b3767fc2 100644 (file)
@@ -19,7 +19,7 @@ final class DerivedInstanceIdentifierType extends AbstractDerivedType<InstanceId
 
     DerivedInstanceIdentifierType(final InstanceIdentifierTypeDefinition baseType, final SchemaPath path,
             final Object defaultValue, final String description, final String reference, final Status status,
-            final String units, final Collection<UnknownSchemaNode> unknownSchemaNodes,
+            final String units, final Collection<? extends UnknownSchemaNode> unknownSchemaNodes,
             final boolean requireInstance) {
         super(baseType, path, defaultValue, description, reference, status, units, unknownSchemaNodes);
         this.requireInstance = requireInstance;