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

Tue, 25 May 2010 15:54:51 -0700

author
ohair
date
Tue, 25 May 2010 15:54:51 -0700
changeset 554
9d9f26857129
parent 0
959103a6100f
permissions
-rw-r--r--

6943119: Rebrand source copyright notices
Reviewed-by: darcy

     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