Skip to content

Commit

Permalink
Fixed nullability
Browse files Browse the repository at this point in the history
  • Loading branch information
ToberoCat committed Sep 1, 2023
1 parent d82e23a commit 89de94b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.io.IOException
/**
* Builder class for creating instances of [ToggleItemComponent].
*/
class ToggleItemComponentBuilder : AbstractGuiComponentBuilder<ToggleItemComponentBuilder?>() {
class ToggleItemComponentBuilder : AbstractGuiComponentBuilder<ToggleItemComponentBuilder>() {
private var options: ParserContext? = null
private var selected = 0

Expand Down

0 comments on commit 89de94b

Please sign in to comment.