BAEL - 2956
Fixed permission denied exception
This commit is contained in:
parent
5ff3aee99f
commit
bd80953ac4
@ -42,7 +42,7 @@ public class ChronicleMapUnitTest {
|
|||||||
.name("country-map")
|
.name("country-map")
|
||||||
.entries(50)
|
.entries(50)
|
||||||
.averageValue("America")
|
.averageValue("America")
|
||||||
.createPersistedTo(new File(System.getProperty("java.io.tmpdir") + "country-details.dat"));
|
.createPersistedTo(new File(System.getProperty("user.home") + "/country-details.dat"));
|
||||||
|
|
||||||
Set<Integer> averageValue = IntStream.of(1, 2)
|
Set<Integer> averageValue = IntStream.of(1, 2)
|
||||||
.boxed()
|
.boxed()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user