test/tools/javadoc/generics/tparamTagOnMethod/expected.out

Thu, 25 Aug 2011 17:18:25 -0700

author
schien
date
Thu, 25 Aug 2011 17:18:25 -0700
changeset 1067
f497fac86cf9
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8-b02 for changeset b3c059de2a61

     1 method pkg1.A.<T, U>m1(T, U)
     2   signature: (T, U)
     3              (T, U)
     4   @param <T> the kind of thing
     5   @param <U> the other kind of thing
     6   @param t the thing itself
     7   @param u the other thing
     8   type parameters:
     9     T
    10     U
    11   returns:
    12     void

mercurial