Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8225496

typo in fix for JDK-8224257

XMLWordPrintable

    • b25

      The fix for JDK-8224257 has a transposition typo: a semicolon should be inside some quotes, not after it.

      $ hg diff -R open
      diff -r fd61ef6c4091 make/jdk/src/classes/build/tools/fixuppandoc/Main.java
      --- a/make/jdk/src/classes/build/tools/fixuppandoc/Main.java Fri Jun 07 14:32:48 2019 -0700
      +++ b/make/jdk/src/classes/build/tools/fixuppandoc/Main.java Fri Jun 07 16:31:17 2019 -0700
      @@ -558,7 +558,7 @@
                               out.write(style);
                               out.write(m.group("after"));
                           } else {
      - out.write(" style=\"font-weight: normal; text-align:left\"; ");
      + out.write(" style=\"font-weight: normal; text-align:left;\" ");
                               out.write(attrs);
                           }
                           out.write(" scope=\"row\"");

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: