Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis committed Aug 28, 2023
1 parent 6765102 commit 6afd557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static File metaFile(File baseDir)
return new File(baseDir, StringUtils.format("meta.%s", FILE_EXTENSION));
}

public static File makeChunkFile(File baseDir, int i)
static File makeChunkFile(File baseDir, int i)
{
return new File(baseDir, StringUtils.format("%05d.%s", i, FILE_EXTENSION));
}
Expand Down

0 comments on commit 6afd557

Please sign in to comment.