Skip to content

Commit

Permalink
Delta transitions files under java.io.tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunjeet committed Jun 21, 2023
1 parent 37e9084 commit 8770271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class MemoryFileUtil {

public static String filepath() {
return "/tmp/";
return System.getProperty("java.io.tmpdir");
}

// whichData is null for object types, and listPointerData, listElementData, mapEntryData etc. for collection types
Expand Down

0 comments on commit 8770271

Please sign in to comment.