author | michaelm |
Wed, 29 Nov 2017 16:59:38 +0000 | |
branch | http-client-branch |
changeset 55912 | dfa9489d1cb1 |
parent 47216 | 71c04702a3d5 |
child 48406 | 26b47ea4c77d |
permissions | -rw-r--r-- |
/** * 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(); }