Fix 'ChunkCoordinatorBuilder#unloadAfter()' javadocs

This commit is contained in:
Alexander Brandes 2023-10-01 23:09:13 +02:00
parent a3bc3968a5
commit 740da5bccc
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -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) {