Bug 6871: [YANG 1.1] Allow "must" in "input", "output" and "notification" statements
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective / OrderedByEffectiveStatementImpl.java
index 8189e90d077cf9c60a1a8b7dd4b107f37287ade9..518789114a0024af590dc3108191f051bca19061 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.OrderedByStatement;
 import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
 
-public class OrderedByEffectiveStatementImpl extends
-        EffectiveStatementBase<String, OrderedByStatement> {
-
-    public OrderedByEffectiveStatementImpl(
-            StmtContext<String, OrderedByStatement, ?> ctx) {
+public final class OrderedByEffectiveStatementImpl extends DeclaredEffectiveStatementBase<String, OrderedByStatement> {
+    public OrderedByEffectiveStatementImpl(final StmtContext<String, OrderedByStatement, ?> ctx) {
         super(ctx);
-
     }
-
 }
\ No newline at end of file