forked from StarOpenSource/Engine
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
|
* @see ApiMainClass
|
||||||
* @since 1-alpha0
|
* @since 1-alpha0
|
||||||
*/
|
*/
|
||||||
@Nullable
|
|
||||||
@Getter
|
@Getter
|
||||||
private ApiMainClass api = null;
|
private ApiMainClass api = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue