Fix checkstyle in yang-parser-spi
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / source / AugmentToChoiceNamespace.java
index 964063f48092f85eb34d0b2043d6c74328dfbc07..b5450d9fe3bb1e5821a4f84765bb5a200d660e56 100644 (file)
@@ -12,8 +12,8 @@ import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
 /**
  * namespace key class for storing augment nodes which are going to be augmented as
- * shortHand case nodes into choice node
+ * shortHand case nodes into choice node.
  */
 public interface AugmentToChoiceNamespace extends IdentifierNamespace<StmtContext<?, ?, ?>, Boolean> {
 
-}
\ No newline at end of file
+}