'final'ize 'testing' classes
Some checks failed
build-and-test / test (push) Successful in 1m41s
build-and-test / generate-javadoc (push) Failing after 1m44s
build-and-test / build (push) Failing after 1m56s

This commit is contained in:
JeremyStar™ 2024-10-07 01:32:23 +02:00
parent a0fdfd2722
commit bd05235af9
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ import de.staropensource.engine.base.type.logging.LogLevel;
* *
* @since v1-alpha4 * @since v1-alpha4
*/ */
public class UnitConfig { public final class UnitConfig {
/** /**
* Creates and initializes an instance of this class. * Creates and initializes an instance of this class.
* *

View file

@ -28,9 +28,9 @@ import org.jetbrains.annotations.Nullable;
* *
* @since v1-alpha0 * @since v1-alpha0
*/ */
public class UnitLogger { public final class UnitLogger {
/** /**
* The parent class this instance belongs to. * Contains the parent class this instance belongs to.
* *
* @since v1-alpha4 * @since v1-alpha4
*/ */