Bug 2366 - Effective statments impl merge, retest & bugfix
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / ValueEffectiveStatementImpl.java
index d21d6fabe81c5b604bf38e3eedfefb840e67dce0..802893d20bc23763b67d0feac4998602af403daa 100644 (file)
@@ -10,13 +10,9 @@ package org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective;
 import org.opendaylight.yangtools.yang.model.api.stmt.ValueStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class ValueEffectiveStatementImpl extends
-        EffectiveStatementBase<String, ValueStatement> {
+public class ValueEffectiveStatementImpl extends EffectiveStatementBase<Integer, ValueStatement> {
 
-    public ValueEffectiveStatementImpl(
-            StmtContext<String, ValueStatement, ?> ctx) {
+    public ValueEffectiveStatementImpl(StmtContext<Integer, ValueStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file