Skip to content

Commit

Permalink
Making Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aga9900 committed Dec 20, 2024
1 parent 34f092b commit 19617f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This class is responsible for interactions with Disk as Part Of File Copy Protocol.
* It is responsible for reading and writing chunks and metadata to disk.
*/
public class FileStore {
class FileStore {
private boolean isRunning = false;
private ConcurrentHashMap<String, FileChannel> fileNameToFileChannelMap;

Expand Down

0 comments on commit 19617f2

Please sign in to comment.