Skip to content

Commit

Permalink
Update FileEncryptor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch authored Dec 14, 2023
1 parent e549b42 commit 0e97cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public static boolean identical(
) throws Exception {
return identical(
Files.readAllBytes(file1.toPath()),
Files.readAllBytes(file1.toPath()));
Files.readAllBytes(file2.toPath()));
}

public static boolean identical(
Expand Down

0 comments on commit 0e97cdd

Please sign in to comment.