make/langtools/test/HelloWorld.apt.gold.txt
author weijun
Thu, 13 Dec 2018 11:16:33 +0800
changeset 52996 2457d862a646
parent 48406 26b47ea4c77d
permissions -rw-r--r--
8076190: Customizing the generation of a PKCS12 keystore Reviewed-by: mullan


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