8177153: LambdaMetafactory has default constructor
Reviewed-by: psandoz
This commit is contained in:
parent
2acf66bce5
commit
30c35f5e34
@ -213,7 +213,9 @@ import java.util.Arrays;
|
|||||||
* methods.
|
* methods.
|
||||||
* @since 1.8
|
* @since 1.8
|
||||||
*/
|
*/
|
||||||
public class LambdaMetafactory {
|
public final class LambdaMetafactory {
|
||||||
|
|
||||||
|
private LambdaMetafactory() {}
|
||||||
|
|
||||||
/** Flag for alternate metafactories indicating the lambda object
|
/** Flag for alternate metafactories indicating the lambda object
|
||||||
* must be serializable */
|
* must be serializable */
|
||||||
|
Loading…
Reference in New Issue
Block a user