File objenesis-javadoc.patch of Package objenesis
--- objenesis-3.1/tck/src/main/java/org/objenesis/tck/TCK.java 2022-03-19 22:06:57.437915731 +0100
+++ objenesis-3.1/tck/src/main/java/org/objenesis/tck/TCK.java 2022-03-19 22:07:53.950244008 +0100
@@ -31,7 +31,7 @@
* This TCK tests Objenesis implementations against a set of candidate classes (class it attempts to instantiate),
* reporting the results to a {@link Reporter}.
*
- * <h3>Example usage</h3>
+ * <h2>Example usage</h2>
*
* <pre>
* TextReporter reporter = new TextReporter(System.out, System.err);