--- 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}. * - *

Example usage

+ *

Example usage

* *
  * TextReporter reporter = new TextReporter(System.out, System.err);