Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt / OperationGroup.java
index 4595c7b039180ea3f4041d6c475e3b91396ee272..a17004f246fa0440e35e48de08d4692668aef218 100644 (file)
@@ -14,7 +14,7 @@ import javax.annotation.Nonnull;
 import org.opendaylight.yangtools.yang.common.QName;
 
 /**
- * Common interface for action and rpc statements
+ * Common interface for action and rpc statements.
  */
 @Beta
 public interface OperationGroup extends DocumentationGroup.WithStatus {