Skip to content

Commit

Permalink
Delete temp file.
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtnt committed Nov 17, 2024
1 parent d48a246 commit b653234
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public static void filter(String[] accessTokens, Reader reader, Writer out) thro
try (Reader r1 = Files.newBufferedReader(t1, StandardCharsets.UTF_8)) {
filter(accessTokens[accessTokens.length - 1], r1, out, buffer);
}

Files.delete(t1);
Files.delete(t2);
}

for (String token : accessTokens) {
Expand Down

0 comments on commit b653234

Please sign in to comment.