-
Bug
-
Resolution: Fixed
-
P5
-
alpha
-
None
-
1.0fcs
-
generic
-
solaris_2.6
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2113043 | alpha | J. Duke | P5 | Closed | Fixed | alpha |
javadoc for FileDataSource.getInputStream:
/**
* This method will return an <code>InputStream</code> representing the
* the data and will throw the appropriate exception if it can
* not do so. Currently implemented to throw a new <code>InputStream</code>
* with each invocation.
*
* @return an InputStream
*/
In the last sentence, you have "implemented to throw a new <code>InputStream<code>"
I assume you mean "..return a new...."
/**
* This method will return an <code>InputStream</code> representing the
* the data and will throw the appropriate exception if it can
* not do so. Currently implemented to throw a new <code>InputStream</code>
* with each invocation.
*
* @return an InputStream
*/
In the last sentence, you have "implemented to throw a new <code>InputStream<code>"
I assume you mean "..return a new...."
- backported by
-
JDK-2113043 silly little typo in javadoc for FileDataSource.getInputStream
-
- Closed
-