Fix AugmentEffectiveStatement javadoc
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / AugmentEffectiveStatement.java
index a27ff151dc02027b402ca35be272a33448dcd28a..9902139fffeaae3448a325afe3d8014a09cc089e 100644 (file)
@@ -13,8 +13,8 @@ import org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement;
 import org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition;
 
 /**
-+ * {@link EffectiveStatement} representation of a {@code augment} statement as defined by
-+ * <a href="https://datatracker.ietf.org/doc/html/rfc7950#section-7.17">RFC7950</a>.
+ * {@link EffectiveStatement} representation of a {@code augment} statement as defined by
+ * <a href="https://datatracker.ietf.org/doc/html/rfc7950#section-7.17">RFC7950</a>.
  */
 @Beta
 public interface AugmentEffectiveStatement