mirror of https://github.com/grpc/grpc-java.git
export CL: Fix misspelling.
This commit is contained in:
parent
7efbc36c72
commit
7270938ebf
|
|
@ -1798,7 +1798,7 @@ public abstract class AbstractInteropTest {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Some tests run on memory constrained environments. Rather than OOM, just give up. 64 is
|
* Some tests run on memory constrained environments. Rather than OOM, just give up. 64 is
|
||||||
* choosen as a maximum amount of memory a large test would need.
|
* chosen as a maximum amount of memory a large test would need.
|
||||||
*/
|
*/
|
||||||
private static void assumeEnoughMemory() {
|
private static void assumeEnoughMemory() {
|
||||||
Runtime r = Runtime.getRuntime();
|
Runtime r = Runtime.getRuntime();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue