mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8284922: Fix some doc-comment issues on methods with package access in JDK API
Reviewed-by: darcy, iris, bpb
This commit is contained in:
parent
6e36c4550a
commit
d3d71ea289
3 changed files with 6 additions and 5 deletions
|
@ -5876,6 +5876,7 @@ System.out.println((int) f0.invokeExact("x", "y")); // 2
|
|||
* V adapter(A... a, B... b) {
|
||||
* T t = target(a...);
|
||||
* return filter(b..., t);
|
||||
* }
|
||||
* }</pre></blockquote>
|
||||
* <p>
|
||||
* If the filter handle is a unary function, then this method behaves like {@link #filterReturnValue(MethodHandle, MethodHandle)}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue