Fix checkstyle in yang-parser-spi
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / meta / ImportedNamespaceContext.java
index 6197562075da77211815a84de920bb192ebcd348..d02d4e8c493ba4f080f274cd4c23e7569f06a50a 100644 (file)
@@ -10,12 +10,12 @@ package org.opendaylight.yangtools.yang.parser.spi.meta;
 import org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace;
 
 /**
- *
  * Special namespace which allows import of namespaces from other sources.
  *
  * <p>
  * This namespace and its subclasses are used by model processor to
  * link / import namespaces to context node from supplied {@link StmtContext}.
+ *
  * <p>
  * This abstraction allows for imports and includes be implement as derived
  * namespaces of this, but is not tied only for import and include statements.