From bae7b4c3374eedef3c75925a321839a6ed76115c Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 12 Jun 2024 16:47:41 +0200 Subject: [PATCH] Remove @Nullable fgrom GraphicsSubsystem#api This prevents some nasty but irrelevant warnings. --- .../de/staropensource/sosengine/graphics/GraphicsSubsystem.java | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/src/main/java/de/staropensource/sosengine/graphics/GraphicsSubsystem.java b/graphics/src/main/java/de/staropensource/sosengine/graphics/GraphicsSubsystem.java index c2fb8b9..6c2126c 100644 --- a/graphics/src/main/java/de/staropensource/sosengine/graphics/GraphicsSubsystem.java +++ b/graphics/src/main/java/de/staropensource/sosengine/graphics/GraphicsSubsystem.java @@ -96,7 +96,6 @@ public final class GraphicsSubsystem implements SubsystemMainClass { * @see ApiMainClass * @since 1-alpha0 */ - @Nullable @Getter private ApiMainClass api = null;