Fixed javadocs, biome API enhancements

This commit is contained in:
paulevsGitch 2021-08-20 15:11:36 +03:00
parent 8d6dc18ce2
commit 529565911f
2 changed files with 9 additions and 1 deletions

View file

@ -53,7 +53,7 @@ class ModMenuScreenFactoryImpl {
* the {@link #createEntrypoint(ModMenuIntegration)}-Method.
* <p>
* Example:
* <pre>{@code public class ModMenu extends ModMenuIntegration {
* <pre>{@code public class} ModMenu extends ModMenuIntegration {
* public static final ModMenuApiMarker entrypointObject = createEntrypoint(new EntryPoint());
*
* public EntryPoint() {