test/langtools/tools/javadoc/generics/throwsGeneric/expected.out
branchniosocketimpl-branch
changeset 57208 7a45c67e73d0
parent 57207 30695f27d7ea
parent 53902 7a6fd71449e7
child 57210 a67ea4f53e56
equal deleted inserted replaced
57207:30695f27d7ea 57208:7a45c67e73d0
     1 method pkg1.A.m1()
       
     2   signature: ()
       
     3              ()
       
     4   throws:
       
     5     T extends java.lang.Throwable
       
     6   returns:
       
     7     void
       
     8 method pkg1.A.<U extends java.lang.Throwable>m2()
       
     9   signature: ()
       
    10              ()
       
    11   type parameters:
       
    12     U extends java.lang.Throwable
       
    13   throws:
       
    14     U extends java.lang.Throwable
       
    15   returns:
       
    16     void