-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: 9
-
Component/s: core-libs
-
None
In the fix for JDK-8026183 a parenthesis was accidentally removed in the javadoc for MethodHandle.invokeWithArguments. Currently it says:
* <blockquote><pre>{@code
* invokeWithArguments(arguments.toArray()
* }</pre></blockquote>
There should be an additional ')' after the toArray().
* <blockquote><pre>{@code
* invokeWithArguments(arguments.toArray()
* }</pre></blockquote>
There should be an additional ')' after the toArray().
- relates to
-
JDK-8026183 minor documentation problems in java.lang.invoke
-
- Closed
-