< prev index next >

test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java

Print this page

        

*** 205,215 **** + "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>&lt;<a href=\"MTyParamB.html\" " + "title=\"annotation in typeannos\">@MTyParamB</a> java.lang.String" ! + "&gt;&gt;&nbsp;void&nbsp;dual()</pre>"); // Test for type annotations on parameters (Parameters.java). checkOutput("typeannos/Parameters.html", true, "<pre class=\"methodSignature\">void&nbsp;unannotated​(<a href=\"" + "ParaParameterized.html\" title=\"class in typeannos\">" --- 205,215 ---- + "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>&lt;<a href=\"MTyParamB.html\" " + "title=\"annotation in typeannos\">@MTyParamB</a> java.lang.String" ! + "&gt;&gt;&nbsp;\nvoid&nbsp;dual()</pre>"); // Test for type annotations on parameters (Parameters.java). checkOutput("typeannos/Parameters.html", true, "<pre class=\"methodSignature\">void&nbsp;unannotated​(<a href=\"" + "ParaParameterized.html\" title=\"class in typeannos\">"
< prev index next >