make/langtools/test/HelloWorld.apt.gold.txt
changeset 48406 26b47ea4c77d
parent 47216 71c04702a3d5
equal deleted inserted replaced
48405:5f1c30b80554 48406:26b47ea4c77d
     9   /**
     9   /**
    10    * The old standby!
    10    * The old standby!
    11    * @param args The parameters are ignored.
    11    * @param args The parameters are ignored.
    12    */
    12    */
    13   public static void main(java.lang.String... args);
    13   public static void main(java.lang.String... args);
    14 
       
    15   /**
       
    16    * This declaration is for the benefit of javah tests.
       
    17    */
       
    18   public native void test();
       
    19 }
    14 }