Remove @Nullable fgrom GraphicsSubsystem#api
This prevents some nasty but irrelevant warnings.
This commit is contained in:
parent
b59a38cb7c
commit
bae7b4c337
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ public final class GraphicsSubsystem implements SubsystemMainClass {
|
|||
* @see ApiMainClass
|
||||
* @since 1-alpha0
|
||||
*/
|
||||
@Nullable
|
||||
@Getter
|
||||
private ApiMainClass api = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue