langtools/make/test/HelloWorld.apt.gold.txt
author arapte
Wed, 14 Sep 2016 21:50:44 +0530
changeset 41383 dd6dd24db080
parent 10 06bc494ca11e
permissions -rw-r--r--
8160056: TextField.setText breaks the contract of EOL Reviewed-by: serb, alexsch


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

  /**
   * This declaration is for the benefit of javah tests.
   */
  public native void test();
}