langtools/make/test/HelloWorld.apt.gold.txt
author ohair
Wed, 16 Dec 2009 12:51:38 -0800
changeset 4312 8bc999bb0d48
parent 10 06bc494ca11e
permissions -rw-r--r--
6909462: Fix nbproject/private references in .hgignore Summary: See bugzilla issue 100097 Reviewed-by: tbell Contributed-by: Jesse Glick <jesse.glick@sun.com>


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