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 / PositionEffectiveStatementImpl.java
index 41eaba7d59a84c160f4c3df1d32a52c0fb9b12be..76ffd9f2ec3246211e20200aae62fd7f27cad3dc 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
@@ -10,13 +10,8 @@ package org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective;
 import org.opendaylight.yangtools.yang.model.api.stmt.PositionStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class PositionEffectiveStatementImpl extends
-        EffectiveStatementBase<String, PositionStatement> {
-
-    public PositionEffectiveStatementImpl(
-            StmtContext<String, PositionStatement, ?> ctx) {
+public final class PositionEffectiveStatementImpl extends DeclaredEffectiveStatementBase<Long, PositionStatement> {
+    public PositionEffectiveStatementImpl(final StmtContext<Long, PositionStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file