mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Fix 'ChunkCoordinatorBuilder#unloadAfter()' javadocs
This commit is contained in:
@ -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
|
||||
* 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
|
||||
*/
|
||||
public @NonNull ChunkCoordinatorBuilder unloadAfter(final boolean unloadAfter) {
|
||||
|
Reference in New Issue
Block a user