updated javadoc

This commit is contained in:
sunmisc 2024-11-28 12:22:04 +03:00
parent 791761bc8c
commit 21e5d50b96
2 changed files with 2 additions and 2 deletions

View file

@ -152,7 +152,7 @@ public final class Bukkit {
* <p>
* For safe consequential iteration or mimicking the old array behavior,
* using {@link Collection#toArray(Object[])} is recommended. For making
* snapshots, {@link ImmutableList#copyOf(Collection)} is recommended.
* snapshots, {@link List#copyOf(Collection)} is recommended.
*
* @return a view of currently online players.
*/

View file

@ -131,7 +131,7 @@ public interface Server extends PluginMessageRecipient {
* <p>
* For safe consequential iteration or mimicking the old array behavior,
* using {@link Collection#toArray(Object[])} is recommended. For making
* snapshots, {@link ImmutableList#copyOf(Collection)} is recommended.
* snapshots, {@link List#copyOf(Collection)} is recommended.
*
* @return a view of currently online players.
*/