OpenJDK / bsd-port / jdk8 / langtools
view make/test/HelloWorld.apt.gold.txt @ 1769:0928f2cfbf8e
6885876: add comments to javac/util/Convert.java
Reviewed-by: mduigou
author | jjg |
---|---|
date | Fri, 17 May 2013 13:48:41 -0700 |
parents | |
children |
line wrap: on
line source
/** * 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(); }