Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
made LazyInitializer a @FunctionalIterface to enable java8 sugar. #652
Conversation
|
@tfenne This is for the MV PR. can you take a quick look? |
|
Looks good to me @yfarjoun |
|
SRA tests are failing....SRA!!! |
coveralls
commented
Jun 28, 2016
yfarjoun
merged commit 7084c88
into
master
Jun 28, 2016
yfarjoun
deleted the
yf_LazyInitializer_functional branch
Jun 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

yfarjoun commentedJun 27, 2016
Description
The LazyInitilizer class can use java8 sugar but only if it's annotated correctly. This one-line PR makes that change.
Checklist