Include initialization chunk wording in getChunkIndex method

This commit is contained in:
Colin Kho 2024-08-19 10:31:34 -07:00
parent 4a6c5c7598
commit f9f3e67ee2

View File

@ -114,8 +114,8 @@ public final class InitializationChunk extends Chunk {
}
/**
* Returns the {@link ChunkIndex} most recently obtained from the latest {@link #load()}, or null
* if a {@link ChunkIndex} has not been obtained.
* Returns the {@link ChunkIndex} most recently obtained from the initialization chunk in the
* most recent {@link #load()}, or null if a {@link ChunkIndex} has not been obtained.
*/
@Nullable
public ChunkIndex getChunkIndex() {