mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
updated javadoc
This commit is contained in:
parent
791761bc8c
commit
21e5d50b96
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ public final class Bukkit {
|
||||||
* <p>
|
* <p>
|
||||||
* For safe consequential iteration or mimicking the old array behavior,
|
* For safe consequential iteration or mimicking the old array behavior,
|
||||||
* using {@link Collection#toArray(Object[])} is recommended. For making
|
* 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.
|
* @return a view of currently online players.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -131,7 +131,7 @@ public interface Server extends PluginMessageRecipient {
|
||||||
* <p>
|
* <p>
|
||||||
* For safe consequential iteration or mimicking the old array behavior,
|
* For safe consequential iteration or mimicking the old array behavior,
|
||||||
* using {@link Collection#toArray(Object[])} is recommended. For making
|
* 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.
|
* @return a view of currently online players.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue