Introduce DataNodeContainer.findDataChildByName()
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / ErrorAppTagEffectiveStatementImpl.java
index fbd7efde7b044d24be8e80d62deced7fbb3e3160..4772fbacc1b2ca836317fb53f2d398cfdd70caa8 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,9 @@ package org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective;
 import org.opendaylight.yangtools.yang.model.api.stmt.ErrorAppTagStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class ErrorAppTagEffectiveStatementImpl extends
-        EffectiveStatementBase<String, ErrorAppTagStatement> {
-
-    public ErrorAppTagEffectiveStatementImpl(
-            StmtContext<String, ErrorAppTagStatement, ?> ctx) {
+public final class ErrorAppTagEffectiveStatementImpl
+        extends DeclaredEffectiveStatementBase<String, ErrorAppTagStatement> {
+    public ErrorAppTagEffectiveStatementImpl(final StmtContext<String, ErrorAppTagStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file