Revert Merge "Bug 2366: new parser - Types & TypeDefs"
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / BitStatementImpl.java
index f2831bfd30aa5d6e6c35558bd06bdce559c35dd4..93e227ac00c80ac80a8398f336b8b4e783a155e5 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
@@ -28,7 +28,9 @@ public class BitStatementImpl extends AbstractDeclaredStatement<String>
         super(context);
     }
 
-    public static class Definition extends AbstractStatementSupport<String, BitStatement, EffectiveStatement<String, BitStatement>> {
+    public static class Definition
+            extends
+            AbstractStatementSupport<String, BitStatement, EffectiveStatement<String, BitStatement>> {
 
         public Definition() {
             super(Rfc6020Mapping.BIT);