Bug #13396
closedPoolsExecption typo in resource pools javadoc
100%
Description
In the resource pools javadoc, PoolsException is misspelt PoolsExecption.
This causes errors of the form:
./com/sun/solaris/service/pools/Component.java:150: error: reference not found * @throws PoolsExecption If there is an error converting the native
and warnings because the javadoc for the correct name is missing.
This also shows up as errors in the formatted javadoc, because there's junk about PoolsExecption in the output.
Updated by Peter Tribble over 1 year ago
For testing: Generated javadoc and verified that the errors are no longer reported and the errant output has been
corrected. A copy has been placed here:
https://pkgs.tribblix.org/javadoc/8/poold/index.html
https://pkgs.tribblix.org/javadoc/11/poold/index.html
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 99308ed0417a2b8ab73c5856a8a5345ce2a7aea7
commit 99308ed0417a2b8ab73c5856a8a5345ce2a7aea7 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2020-12-29T21:09:11.000Z 13396 PoolsExecption typo in resource pools javadoc Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>