Bug 2366 - Effective statements impl for new yang parser.
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / DescriptionEffectiveStatementImpl.java
index 9e74771bebeadc923d1d7740230ebc3cf50fd9b6..1d640ac0421099a6d975995cb7817c5079776bec 100644 (file)
@@ -11,7 +11,8 @@ import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
 import org.opendaylight.yangtools.yang.model.api.stmt.DescriptionStatement;
 
-public class DescriptionEffectiveStatementImpl extends EffectiveStatementBase<String, DescriptionStatement>  {
+public class DescriptionEffectiveStatementImpl extends
+        EffectiveStatementBase<String, DescriptionStatement> {
 
     public DescriptionEffectiveStatementImpl(
             StmtContext<String, DescriptionStatement, ?> ctx) {