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 / IfFeatureEffectiveStatementImpl.java
index 70d3e9cdd7465e45af04c62543fb926eccfcad75..933b2b7d6759e8feaaf5edbcf47f9ca99ffad430 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.common.QName;
 import org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class IfFeatureEffectiveStatementImpl extends
-        EffectiveStatementBase<QName, IfFeatureStatement> {
-
-    public IfFeatureEffectiveStatementImpl(
-            StmtContext<QName, IfFeatureStatement, ?> ctx) {
+public final class IfFeatureEffectiveStatementImpl extends EffectiveStatementBase<QName, IfFeatureStatement> {
+    public IfFeatureEffectiveStatementImpl(final StmtContext<QName, IfFeatureStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file