-
Bug
-
Resolution: Fixed
-
P4
-
alpha
-
None
-
1.0fcs
-
generic
-
solaris_2.6
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2113037 | alpha | J. Duke | P4 | Closed | Fixed | alpha |
the declaration of interface DataContentHandler.writeTo:
public void writeTo(Object os, String mimeType, OutputStream obj )
throws IOException ;
Note that the formal parameter names for Object and OutputStream appear to be reversed.
This has no impact on the operation, but the source is public and it looks silly. It may also appear this way in JavaDoc output.
public void writeTo(Object os, String mimeType, OutputStream obj )
throws IOException ;
Note that the formal parameter names for Object and OutputStream appear to be reversed.
This has no impact on the operation, but the source is public and it looks silly. It may also appear this way in JavaDoc output.
- backported by
-
JDK-2113037 mixed up parameter names in DataContentHandler.writeTo
-
- Closed
-