We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644c058 commit 15a2092Copy full SHA for 15a2092
docs/examples/junit4/generic/src/test/java/generic/CmdModifierTest.java
@@ -25,9 +25,9 @@ public class CmdModifierTest {
25
26
// spotless:off
27
// memory {
28
- private long memoryInBytes = 32 * 1024 * 1024;
+ private long memoryInBytes = 32l * 1024l * 1024l;
29
30
- private long memorySwapInBytes = 64 * 1024 * 1024;
+ private long memorySwapInBytes = 64l * 1024l * 1024l;
31
32
@Rule
33
public GenericContainer memoryLimitedRedis = new GenericContainer<>(DockerImageName.parse("redis:3.0.2"))
0 commit comments