Fix for Javadoc errors in java.base

Roger Riggs Roger.Riggs at oracle.com
Wed Aug 19 15:40:44 UTC 2020


Looks fine Julia

On 8/18/20 1:02 PM, Julia Boes wrote:
>
> Hi,
>
> The two changes below still need to be reviewed. Any takers?
>
> Cheers,
>
> Julia
>
>> --- 
>> old/src/java.base/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java2020-08-14 
>> 23:55:41.953638446 +0530
>> +++ 
>> new/src/java.base/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java2020-08-14 
>> 23:55:41.445619497 +0530
>> @@ -1,5 +1,5 @@
>>  /*
>> - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All 
>> rights reserved.
>> + * Copyright (c) 2012, 2020, Oracle and/or its affiliates. All 
>> rights reserved.
>>   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
>>   *
>>   * This code is free software; you can redistribute it and/or modify it
>> @@ -208,7 +208,7 @@
>>       *
>>       * @return a CallSite, which, when invoked, will return an 
>> instance of the
>>       * functional interface
>> -     * @throws ReflectiveOperationException
>> +     * @throws LambdaConversionException
>>       */
>>      abstract CallSite buildCallSite()
>>              throws LambdaConversionException;
>> --- 
>> old/src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java2020-08-14 
>> 23:55:42.977677096 +0530
>> +++ 
>> new/src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java2020-08-14 
>> 23:55:42.473658062 +0530
>> @@ -200,7 +200,6 @@
>>       *
>>       * @return a CallSite, which, when invoked, will return an 
>> instance of the
>>       * functional interface
>> -     * @throws ReflectiveOperationException
>>       * @throws LambdaConversionException If properly formed 
>> functional interface
>>       * is not found
>>       */

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20200819/02137df9/attachment.htm>


More information about the security-dev mailing list