make/langtools/test/HelloWorld.apt.gold.txt
author jwilhelm
Thu, 22 Aug 2019 02:05:06 +0200
changeset 57830 26ada504269a
parent 48406 26b47ea4c77d
permissions -rw-r--r--
Added tag jdk-14+11 for changeset bf4c808a4488


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