Remove @Nullable fgrom GraphicsSubsystem#api

This prevents some nasty but irrelevant warnings.
This commit is contained in:
JeremyStar™ 2024-06-12 16:47:41 +02:00
parent b59a38cb7c
commit bae7b4c337
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -96,7 +96,6 @@ public final class GraphicsSubsystem implements SubsystemMainClass {
* @see ApiMainClass
* @since 1-alpha0
*/
@Nullable
@Getter
private ApiMainClass api = null;