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

Clean up private TextAttributes class

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • javafx

      The TextAttributes class is a private inner class of the Text class. The following should be cleaned up:

      * Change scope of methods and constructors from 'public' to default (package) scope.
      * Remove the unneeded @Deprecated annotations
      * Remove impl_ from the method names (to avoid confusion with the formerly public, and now encapsulated, methods using that pattern).

            ckyang Chien Yang (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: