Skip to content

Commit 4ce7e23

Browse files
committed
use correct since version
1 parent 0c01392 commit 4ce7e23

File tree

1 file changed

+1
-1
lines changed
  • key/src/main/java/net/kyori/adventure/key

1 file changed

+1
-1
lines changed

key/src/main/java/net/kyori/adventure/key/Key.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public interface Key extends Comparable<Key>, Examinable, Namespaced, Keyed {
132132
* @param value the value
133133
* @return the key
134134
* @throws InvalidKeyException if value contains an invalid character
135-
* @since 4.23.0
135+
* @since 4.24.0
136136
*/
137137
static @NotNull Key minecraft(@KeyPattern.Value final @NotNull String value) {
138138
return key(MINECRAFT_NAMESPACE, Objects.requireNonNull(value, "value"));

0 commit comments

Comments
 (0)