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 / ErrorAppTagEffectiveStatementImpl.java
index fbd7efde7b044d24be8e80d62deced7fbb3e3160..9b8c3b8a2bc38ad22b67640ca245d11f11c386e6 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.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