diff --git a/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/data/BufferedLinearRegionFile.java b/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/data/BufferedLinearRegionFile.java index 505ee59..5b1d439 100644 --- a/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/data/BufferedLinearRegionFile.java +++ b/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/data/BufferedLinearRegionFile.java @@ -1534,7 +1534,7 @@ public class BufferedLinearRegionFile implements io.nanachiyo0721.shiroha.data.R } } - // won't and need not to hold any region locks as we are calling this in a safe point (initially newed) + // won't and need not hold any region locks as we are calling this in a safe point (initially newed) public void tryParseMainFileOld(@NotNull Path mainFilePath) throws IOException { final File file = mainFilePath.toFile();