Other |
---|
1.4.1 hopperFixed |
Relates :
|
In the fix for 4185460, Component.list(PrintStream out, int indent) was corrected to print out the number of spaces equal to the value of indent. Before this fix, twice the number of spaces were printed. Component.list(PrintWriter out, int indent) should have had a similar fix, but it was overlooked. The same fix should apply to this method.
|