X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=model%2Fyang-model-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fmodel%2Fspi%2Fmeta%2FAbstractUndeclaredEffectiveStatement.java;h=895f545b8d77fa299dd65faab75d940a8df9b7e1;hb=06822398e118ac4594b295f042b6c8259a246737;hp=a8799594a31f53dba11f6addfdaf4368ec50a0c8;hpb=2a87b522edcc879688557eda5cd57bad2d272097;p=yangtools.git diff --git a/model/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/meta/AbstractUndeclaredEffectiveStatement.java b/model/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/meta/AbstractUndeclaredEffectiveStatement.java index a8799594a3..895f545b8d 100644 --- a/model/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/meta/AbstractUndeclaredEffectiveStatement.java +++ b/model/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/meta/AbstractUndeclaredEffectiveStatement.java @@ -17,6 +17,7 @@ import java.util.Map; import java.util.Optional; import org.eclipse.jdt.annotation.NonNull; import org.eclipse.jdt.annotation.Nullable; +import org.opendaylight.yangtools.yang.common.Empty; import org.opendaylight.yangtools.yang.common.QName; import org.opendaylight.yangtools.yang.model.api.DataNodeContainer; import org.opendaylight.yangtools.yang.model.api.DataSchemaNode; @@ -46,7 +47,7 @@ public abstract class AbstractUndeclaredEffectiveStatement Argument type ({@link Void} if statement does not have argument.) + * @param Argument type ({@link Empty} if statement does not have argument.) * @param Class representing declared version of this statement. * @param Class representing effective version of this statement. */ @@ -79,7 +80,7 @@ public abstract class AbstractUndeclaredEffectiveStatement Argument type ({@link Void} if statement does not have argument.) + * @param Argument type ({@link Empty} if statement does not have argument.) * @param Class representing declared version of this statement. * @param Class representing effective version of this statement. */ @@ -101,7 +102,7 @@ public abstract class AbstractUndeclaredEffectiveStatement Argument type ({@link Void} if statement does not have argument.) + * @param Argument type ({@link Empty} if statement does not have argument.) * @param Class representing declared version of this statement. * @param Class representing effective version of this statement. */ @@ -147,7 +148,7 @@ public abstract class AbstractUndeclaredEffectiveStatement Argument type ({@link Void} if statement does not have argument.) + * @param Argument type ({@link Empty} if statement does not have argument.) * @param Class representing declared version of this statement. * @param Class representing effective version of this statement. */