-
Bug
-
Resolution: Fixed
-
P3
-
9
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).
* 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).