DOC RFR (XS): 8182413: jdwp-protocol is generated without a DOCTYPE directive
Alan Bateman
Alan.Bateman at oracle.com
Thu Nov 30 08:09:12 UTC 2017
On 30/11/2017 07:45, serguei.spitsyn at oracle.com wrote:
> :
>
> void document(PrintWriter writer) {
> + writer.println("<!DOCTYPE html>");
> writer.println("<html><head><title>" + comment() +
> "</title></head>");
> writer.println("<body bgcolor=\"white\">");
> for (Node node : components) {
>
This looks okay to me. Anything else missing while you are there?
-Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20171130/7d32c23b/attachment.html>
More information about the serviceability-dev
mailing list