mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-23 17:08:15 +01:00
Add missing annotations to StatePropertyMatcher
This commit is contained in:
parent
970986bc59
commit
4343aa17fc
@ -85,11 +85,11 @@ public final class StatePropertyMatcher {
|
||||
this.maxValue = maxValue;
|
||||
}
|
||||
|
||||
public String minValue() {
|
||||
public @Nullable String minValue() {
|
||||
return minValue;
|
||||
}
|
||||
|
||||
public String maxValue() {
|
||||
public @Nullable String maxValue() {
|
||||
return maxValue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user