jdk-24/make/langtools/test/HelloWorld.apt.gold.txt
Jonathan Gibbons 7e511aba71 8193512: Remove remnants of javah from jdk/jdk repo
Reviewed-by: tbell, erikj, alanb, darcy
2017-12-20 13:28:23 -08:00

15 lines
260 B
Plaintext

/**
* This class is used to test the results of the langtools build.
*/
public class HelloWorld {
public HelloWorld();
/**
* The old standby!
* @param args The parameters are ignored.
*/
public static void main(java.lang.String... args);
}