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

Formatting error on JavaDoc because of missing quotation mark.

XMLWordPrintable

    • generic
    • generic

      ADDITIONAL SYSTEM INFORMATION :
      Windows 10 / JRE 25

      A DESCRIPTION OF THE PROBLEM :
      On 'jfx/modules/javafx.graphics/src/main/java/javafx/scene/layout/HBox.java' the JavaDoc of the HBox class has a code section with faulty formatting because of the missing quotation mark on line 59.
      It looks like this:
      new Label("Name:) but it should look like this:
      new Label("Name:")

      A small problem but worth mentioning.


            kcr Kevin Rushforth
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: