langtools/test/jdk/javadoc/tool/generics/tparamTagOnMethod/expected.out
changeset 40353 6257fd74ced4
parent 40352 c2a7d79947a1
parent 40351 65f666dc21a6
child 40354 67a4004bb582
--- a/langtools/test/jdk/javadoc/tool/generics/tparamTagOnMethod/expected.out	Thu Aug 11 12:27:20 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-method pkg1.A.<T, U>m1(T, U)
-  signature: (T, U)
-             (T, U)
-  @param <T> the kind of thing
-  @param <U> the other kind of thing
-  @param t the thing itself
-  @param u the other thing
-  type parameters:
-    T
-    U
-  returns:
-    void