[ci skip] Fix comments

This commit is contained in:
2026-07-20 21:25:40 +08:00
parent 64cbc78484
commit 02b3686642
@@ -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 { public void tryParseMainFileOld(@NotNull Path mainFilePath) throws IOException {
final File file = mainFilePath.toFile(); final File file = mainFilePath.toFile();