< prev index next >
test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java
Print this page
@@ -205,11 +205,11 @@
+ "java.lang.String,V extends <a href=\"MTyParamA.html\" "
+ "title=\"annotation in typeannos\">@MTyParamA</a> <a href=\""
+ "MtdTyParameterized.html\" title=\"class in typeannos\">"
+ "MtdTyParameterized</a><<a href=\"MTyParamB.html\" "
+ "title=\"annotation in typeannos\">@MTyParamB</a> java.lang.String"
- + ">> void dual()</pre>");
+ + ">> \nvoid dual()</pre>");
// Test for type annotations on parameters (Parameters.java).
checkOutput("typeannos/Parameters.html", true,
"<pre class=\"methodSignature\">void unannotated(<a href=\""
+ "ParaParameterized.html\" title=\"class in typeannos\">"
< prev index next >