langtools/test/com/sun/javadoc/testThrowsInheritence/I.java
changeset 34752 9c262a013456
parent 5520 86e4b9a9da40
equal deleted inserted replaced
34751:32ee3b176042 34752:9c262a013456
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 
       
    25 public interface I {
    24 public interface I {
    26     /**
    25     /**
    27      * @throws java.lang.NullPointerException Test 1 fails
    26      * @throws java.lang.NullPointerException Test 1 fails
    28      */
    27      */
    29     public void method() throws NullPointerException;
    28     public void method() throws NullPointerException;