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

Thu, 06 Dec 2012 12:04:44 -0800

author
katleman
date
Thu, 06 Dec 2012 12:04:44 -0800
changeset 1427
e9a13a6c9d5d
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8-b67 for changeset 303b09787a69

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

mercurial