Translations: Sample Java Programs/72/en
From ArdorDocs
public static void main(String[] args) throws MalformedURLException {
WaitForBlock waitForBlock = new WaitForBlock();
waitForBlock.process();
}
public static void main(String[] args) throws MalformedURLException {
WaitForBlock waitForBlock = new WaitForBlock();
waitForBlock.process();
}