Fix javadoc to comply with JDK14
[yangtools.git] / yang / yang-common / src / main / java / org / opendaylight / yangtools / yang / common / Revision.java
index a4788d3d7f1c407a27bd1953fc1268c64fe232df..a7e0d209054780f7de0e757214b9736c8be90f05 100644 (file)
@@ -26,7 +26,7 @@ import org.opendaylight.yangtools.concepts.Immutable;
 /**
  * Dedicated object identifying a YANG module revision.
  *
- * <h3>API design note</h3>
+ * <h2>API design note</h2>
  * This class defines the contents of a revision statement, but modules do not require to have a revision (e.g. they
  * have not started to keep track of revisions).
  *