8177153: LambdaMetafactory has default constructor

Reviewed-by: psandoz
This commit is contained in:
Ron Pressler 2017-05-09 15:04:46 -07:00 committed by Paul Sandoz
parent 2acf66bce5
commit 30c35f5e34

View File

@ -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 */