Skip to content

Commit faeff2a

Browse files
committed
Indenting and copyright
1 parent 86f8e1b commit faeff2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/containers/docker/TestMemoryInvisibleParent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025, IBM
2+
* Copyright (C) 2025, IBM Corporation. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -93,7 +93,7 @@ private static void testMemoryLimitHiddenParent(String valueToSet, String expect
9393
}
9494
opts.addDockerOpts("--cgroup-parent=/" + cgroupParent);
9595
Common.run(opts)
96-
.shouldContain("Hierarchical Memory Limit is: " + expectedValue);
96+
.shouldContain("Hierarchical Memory Limit is: " + expectedValue);
9797
} finally {
9898
// Reset the parent memory limit to unlimited (-1)
9999
setParentWithLimit(UNLIMITED);

0 commit comments

Comments
 (0)