Minor change BAEL-835
This commit is contained in:
parent
376a21bbbc
commit
641671d69a
|
@ -3,6 +3,6 @@ package com.baeldung.outofmemoryerror.java_outofmemoryerror_demo;
|
|||
public class Test {
|
||||
public static void main( String[] args )
|
||||
{
|
||||
OutOfMemoryGCLimitExceed.putPropertiesToMap();
|
||||
OutOfMemoryGCLimitExceed.addRandomDataToMap();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue