diff -r c2a7d79947a1 -r 6257fd74ced4 langtools/test/jdk/javadoc/tool/generics/genericSuper/expected.out --- a/langtools/test/jdk/javadoc/tool/generics/genericSuper/expected.out Thu Aug 11 12:27:20 2016 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -class pkg1.A - name: A / A / pkg1.A - type parameters: - V - W - superclass: - pkg1.S - interfaces: - pkg1.I - constructors: - A() - -interface pkg1.I - name: I / I / pkg1.I - type parameters: - R - -class pkg1.S - name: S / S / pkg1.S - type parameters: - T - U - superclass: - java.lang.Object - constructors: - S() -