Skip to content

Commit 055d5ff

Browse files
committed
Rename key property
1 parent d5e43d7 commit 055d5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties/src/main/java/net/kyori/adventure/internal/properties/AdventureProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public final class AdventureProperties {
6565
*
6666
* @since 4.21.0
6767
*/
68-
public static final Property<KeyInternStrategy> KEY_INTERN_STRATEGY = property("key.internKeyParts", KeyInternStrategy::valueOf, KeyInternStrategy.NAMESPACE);
68+
public static final Property<KeyInternStrategy> KEY_INTERN_STRATEGY = property("key.internStrategy", KeyInternStrategy::valueOf, KeyInternStrategy.NAMESPACE);
6969

7070
private AdventureProperties() {
7171
}

0 commit comments

Comments
 (0)