Use Objects.equals() in effective statements
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / PositionEffectiveStatementImpl.java
index 41eaba7d59a84c160f4c3df1d32a52c0fb9b12be..15638e03a97264394f85aa1c784c2711d55ea4fe 100644 (file)
@@ -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 class PositionEffectiveStatementImpl extends EffectiveStatementBase<Long, PositionStatement> {
+    public PositionEffectiveStatementImpl(final StmtContext<Long, PositionStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file