mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-12 17:03:14 +00:00
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.
|
||||
* @since 1.8
|
||||
*/
|
||||
public class LambdaMetafactory {
|
||||
public final class LambdaMetafactory {
|
||||
|
||||
private LambdaMetafactory() {}
|
||||
|
||||
/** Flag for alternate metafactories indicating the lambda object
|
||||
* must be serializable */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user