JDK-5034036 : Grammatical error in javadoc for JComponent.setEnabled()
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2004-04-19
  • Updated: 2006-04-26
  • Resolved: 2006-04-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b82Fixed
Description
Name: jl125535			Date: 04/19/2004


URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JComponent.html#setEnabled(boolean)
http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JComponent.html#setEnabled(boolean)

A DESCRIPTION OF THE PROBLEM :
There is an erroneous apostrophe in the following sentence:

"Note: Disabling a component does not disable it's children."


EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
"Note: Disabling a component does not disable its children."

ACTUAL -
"Note: Disabling a component does not disable it's children."
(Incident Review ID: 254969) 
======================================================================

Comments
EVALUATION Fixing.
12-04-2006

EVALUATION Will do in next release. (Not critical for tiger.) ###@###.### 2004-04-22
22-04-2004