Refactor TypedSchemaNode
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / LeafSchemaNode.java
index 673da45012ff14a889abdc9adc6678fc20e6c851..1c6d6d3587521cb4eeb2a4bedecc78a115f53fdc 100644 (file)
@@ -17,6 +17,6 @@ package org.opendaylight.yangtools.yang.model.api;
  * Since we are presenting the effective model of the world, the information dictated by 'default' and 'units'
  * substatements is captured in the type returned via {@link #getType()}.
  */
-public interface LeafSchemaNode extends TypedSchemaNode, MandatoryAware, MustConstraintAware {
+public interface LeafSchemaNode extends TypedDataSchemaNode, MandatoryAware, MustConstraintAware {
 
 }