Skip to content

Commit

Permalink
Fix 'ChunkCoordinatorBuilder#unloadAfter()' javadocs (#4194)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Oct 2, 2023
1 parent a3bc396 commit ee68bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public ChunkCoordinatorBuilder(@NonNull ChunkCoordinatorFactory chunkCoordinator
* 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) {
Expand Down

0 comments on commit ee68bc3

Please sign in to comment.