mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fix 'ChunkCoordinatorBuilder#unloadAfter()' javadocs (#4194)
This commit is contained in:
parent
a3bc3968a5
commit
ee68bc3d9e
@ -183,7 +183,7 @@ public class ChunkCoordinatorBuilder {
|
|||||||
* Set whether the chunks should be allow to unload after being accessed. This should only be used where the chunks are read from
|
* Set whether the chunks should be allow to unload after being accessed. This should only be used where the chunks are read from
|
||||||
* and then written to from a separate queue where they're consequently unloaded.
|
* and then written to from a separate queue where they're consequently unloaded.
|
||||||
*
|
*
|
||||||
* @param unloadAfter if to unload chuns afterwards
|
* @param unloadAfter if to unload chunks afterwards
|
||||||
* @return this ChunkCoordinatorBuilder instance
|
* @return this ChunkCoordinatorBuilder instance
|
||||||
*/
|
*/
|
||||||
public @NonNull ChunkCoordinatorBuilder unloadAfter(final boolean unloadAfter) {
|
public @NonNull ChunkCoordinatorBuilder unloadAfter(final boolean unloadAfter) {
|
||||||
|
Loading…
Reference in New Issue
Block a user