revert accidentally-committed change to Hello.java

This commit is contained in:
Joel Dice 2008-10-21 17:42:05 -06:00
parent 6a5116e7a7
commit 5eb905fd2d

View File

@ -1,11 +1,5 @@
public class Hello {
public static void main(String[] args) {
System.out.println("hello, world!");
try {
Runtime.class.getMethod("dumpHeap", String.class)
.invoke(null, "/tmp/heap.bin");
} catch (Exception e) {
e.printStackTrace();
}
}
}