Bug 4412: New yang parser effective statements cleanup
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / ErrorMessageEffectiveStatementImpl.java
index 6f2a749bdb1ce7fda85e0c7c9a72f48829d2c376..00814f3ba7152f60b53a13a860fefa8e7b985822 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.ErrorMessageStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class ErrorMessageEffectiveStatementImpl extends
-        EffectiveStatementBase<String, ErrorMessageStatement> {
-
-    public ErrorMessageEffectiveStatementImpl(
-            StmtContext<String, ErrorMessageStatement, ?> ctx) {
+public final class ErrorMessageEffectiveStatementImpl extends EffectiveStatementBase<String, ErrorMessageStatement> {
+    public ErrorMessageEffectiveStatementImpl(final StmtContext<String, ErrorMessageStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file