Bug 5884: Augmenting a choice without a case results in no getter
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / PathEffectiveStatementImpl.java
index 5fa69b0aeb179b58069f36a4b7ba5854a7aeac1d..1f61b4903997a8afc7940414fe33611c30d44147 100644 (file)
@@ -11,13 +11,8 @@ import org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath;
 import org.opendaylight.yangtools.yang.model.api.stmt.PathStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class PathEffectiveStatementImpl extends
-        EffectiveStatementBase<RevisionAwareXPath, PathStatement> {
-
-    public PathEffectiveStatementImpl(
-            StmtContext<RevisionAwareXPath, PathStatement, ?> ctx) {
+public final class PathEffectiveStatementImpl extends DeclaredEffectiveStatementBase<RevisionAwareXPath, PathStatement> {
+    public PathEffectiveStatementImpl(final StmtContext<RevisionAwareXPath, PathStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file