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 / WhenEffectiveStatementImpl.java
index c7eeac506fbd54dc0158f5a423e42787a1963fea..0f467171a0b8516de733c7895768dc912ec1a3dc 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
@@ -11,13 +11,8 @@ import org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath;
 import org.opendaylight.yangtools.yang.model.api.stmt.WhenStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class WhenEffectiveStatementImpl extends
-        EffectiveStatementBase<RevisionAwareXPath, WhenStatement> {
-
-    public WhenEffectiveStatementImpl(
-            StmtContext<RevisionAwareXPath, WhenStatement, ?> ctx) {
+public final class WhenEffectiveStatementImpl extends EffectiveStatementBase<RevisionAwareXPath, WhenStatement> {
+    public WhenEffectiveStatementImpl(final StmtContext<RevisionAwareXPath, WhenStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file