make/langtools/test/HelloWorld.apt.gold.txt
author herrick
Mon, 02 Jul 2018 10:41:20 -0400
branchJDK-8200758-branch
changeset 56816 38837fad4a81
parent 48406 26b47ea4c77d
permissions -rw-r--r--
Merge


/**
 * 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);
}