|
Quick Lists
|
|
Bug ID:
|
6586016
|
|
Votes
|
0
|
|
Synopsis
|
Typo in java.awt.image.MemoryImageSource snippet
|
|
Category
|
java:classes_2d
|
|
Reported Against
|
|
|
Release Fixed
|
7(b20)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
5-Very Low
|
|
Related Bugs
|
|
|
Submit Date
|
26-JUL-2007
|
|
Description
|
A DESCRIPTION OF THE PROBLEM :
"thread.sleep" in the example code.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Thread.sleep(10);
ACTUAL -
thread.sleep(10);
URL OF FAULTY DOCUMENTATION :
http://download.java.net/jdk7/docs/api/java/awt/image/MemoryImageSource.html
Posted Date : 2007-07-26 22:35:58.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Typo is fixed according to description.
Posted Date : 2007-08-02 08:21:46.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |