Skip to content

Commit

Permalink
Update StateValueMutable.java
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Sep 30, 2024
1 parent f355dcf commit 3e52999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public StateValueMutable(@Nullable final T value) {
this.value = value;
}

@Override
@Nullable
@Override
public T value() {
return this.value;
}
Expand Down

0 comments on commit 3e52999

Please sign in to comment.