On Mon, 23 Nov 2020 17:58:22 GMT, Jorn Vernee <[email protected]> wrote:
>> Maurizio Cimadamore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fix cut/paste error in FunctionDescriptor
>
> src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/FunctionDescriptor.java
> line 152:
>
>> 150: * @return the new function descriptor.
>> 151: * @throws NullPointerException if either {@code addedLayouts ==
>> null}, or any of the
>> 152: * layouts in {@code addedLayouts} is null.@throws
>> NullPointerException if any of the new argument layouts is null.
>
> Spurious `@throws` tag here
Good catch
-------------
PR: https://git.openjdk.java.net/jdk/pull/1388