test/langtools/jdk/javadoc/doclet/testDeprecatedDocs/TestDeprecatedDocs.java
changeset 51127 c2e676c2cf7b
parent 49139 771616d26ca1
child 52616 1a395165c09b
equal deleted inserted replaced
51126:a25c48c0a1ab 51127:c2e676c2cf7b
    84                 + "public&nbsp;int field</pre>\n"
    84                 + "public&nbsp;int field</pre>\n"
    85                 + "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated, for removal: This API element is subject to removal in a future version.</span></div>",
    85                 + "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated, for removal: This API element is subject to removal in a future version.</span></div>",
    86                 "<pre>@Deprecated(forRemoval=true)\n"
    86                 "<pre>@Deprecated(forRemoval=true)\n"
    87                 + "public&nbsp;DeprecatedClassByAnnotation()</pre>\n"
    87                 + "public&nbsp;DeprecatedClassByAnnotation()</pre>\n"
    88                 + "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated, for removal: This API element is subject to removal in a future version.</span></div>",
    88                 + "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated, for removal: This API element is subject to removal in a future version.</span></div>",
    89                 "<pre>@Deprecated\n"
    89                 "<pre class=\"methodSignature\">@Deprecated\n"
    90                 + "public&nbsp;void&nbsp;method()</pre>\n"
    90                 + "public&nbsp;void&nbsp;method()</pre>\n"
    91                 + "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated.</span></div>");
    91                 + "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated.</span></div>");
    92 
    92 
    93         checkOutput("pkg/TestAnnotationType.html", true,
    93         checkOutput("pkg/TestAnnotationType.html", true,
    94                 "<hr>\n"
    94                 "<hr>\n"