Fix checkstyle in yang-parser-spi
[yangtools.git] / yang / yang-parser-spi / src / main / java / org / opendaylight / yangtools / yang / parser / spi / meta / StmtContext.java
index f6bd7abf68febf83efaae0d5c78ac408ed2e11f1..0d3dba150b1dd43cc7e943b803d9897d31a1db32 100644 (file)
@@ -46,6 +46,8 @@ public interface StmtContext<A, D extends DeclaredStatement<A>, E extends Effect
     StmtContext<?, ?, ?> getParentContext();
 
     /**
+     * Return the statement argument in literal format.
+     *
      * @return raw statement argument string
      */
     @Nullable
@@ -109,7 +111,7 @@ public interface StmtContext<A, D extends DeclaredStatement<A>, E extends Effect
     D buildDeclared();
 
     /**
-     * Builds {@link EffectiveStatement} for statement context
+     * Builds {@link EffectiveStatement} for statement context.
      */
     E buildEffective();
 
@@ -195,7 +197,7 @@ public interface StmtContext<A, D extends DeclaredStatement<A>, E extends Effect
         @Nonnull ModelActionBuilder newInferenceAction(@Nonnull ModelProcessingPhase phase);
 
         /**
-         * adds statement to namespace map with the key
+         * Adds s statement to namespace map with a key.
          *
          * @param namespace
          *            {@link StatementNamespace} child that determines namespace to be added to