Use Objects.equals() in effective statements
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / ValueEffectiveStatementImpl.java
index d21d6fabe81c5b604bf38e3eedfefb840e67dce0..77d842a769318ee218ad73525cce496dd7178e5b 100644 (file)
@@ -10,13 +10,8 @@ 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 ValueEffectiveStatementImpl(
-            StmtContext<String, ValueStatement, ?> ctx) {
+public class ValueEffectiveStatementImpl extends EffectiveStatementBase<Integer, ValueStatement> {
+    public ValueEffectiveStatementImpl(final StmtContext<Integer, ValueStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file