mirror of
https://github.com/corda/corda.git
synced 2025-05-18 16:33:26 +00:00
revert accidentally-committed change to Hello.java
This commit is contained in:
parent
6a5116e7a7
commit
5eb905fd2d
@ -1,11 +1,5 @@
|
|||||||
public class Hello {
|
public class Hello {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("hello, world!");
|
System.out.println("hello, world!");
|
||||||
try {
|
|
||||||
Runtime.class.getMethod("dumpHeap", String.class)
|
|
||||||
.invoke(null, "/tmp/heap.bin");
|
|
||||||
} catch (Exception e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user