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 / PrefixEffectiveStatementImpl.java
index 294840f671a9bb2b3e8bf97646a3141bf2b1d351..bf311ec51b12d5b4484076d4b253b8954d00d4c9 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,7 +10,7 @@ package org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective;
 import org.opendaylight.yangtools.yang.model.api.stmt.PrefixStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class PrefixEffectiveStatementImpl extends EffectiveStatementBase<String, PrefixStatement>  {
+public final class PrefixEffectiveStatementImpl extends EffectiveStatementBase<String, PrefixStatement>  {
     public PrefixEffectiveStatementImpl(final StmtContext<String, PrefixStatement, ?> ctx) {
         super(ctx);
     }