Skip to content

Commit 6bbac82

Browse files
committed
Minor JavaDocs adjustments
1 parent b13b696 commit 6bbac82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commandapi-core/src/main/java/dev/jorel/commandapi/CommandAPIConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ public Impl useLatestNMSVersion(boolean value) {
9393

9494
/**
9595
* Sets whether the CommandAPI should load a (potentially unsupported) NMS version
96-
* when updating to a minor release of Minecraft. For example, this setting would
97-
* allow running a minor version of the game before the CommandAPI makes a proper
98-
* release for it. Unlike {@link #useLatestNMSVersion(boolean)}, this setting does
99-
* not blindly load the latest NMS version and as a result break cross version compatibility
96+
* when updating to a minor release of Minecraft. As an example, this setting can allow
97+
* updating to 1.21.2 from 1.21.1 but doesn't allow updating to 1.22 from 1.21.2.
98+
* Unlike {@link #useLatestNMSVersion(boolean)}, this setting does
99+
* not blindly load the latest NMS version and as a result breaks cross version compatibility
100100
* but will actually prefer loading the correct NMS implementation.
101101
*
102102
* @param value whether the CommandAPI should assume that minor Minecraft releases do not cause incompatibilities

0 commit comments

Comments
 (0)