Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Ensure that we don't use java.util.stream in non-test code #8

Open
joshua-g opened this issue Oct 8, 2014 · 1 comment
Open

Ensure that we don't use java.util.stream in non-test code #8

joshua-g opened this issue Oct 8, 2014 · 1 comment

Comments

@joshua-g
Copy link
Contributor

joshua-g commented Oct 8, 2014

... because it prevents the use of the library by java 7.

@joshua-g
Copy link
Contributor Author

joshua-g commented Oct 8, 2014

As of this writing, there's only one usage from non-test code. It's in QuorumConfiguration.java, and is simple to replace with a for loop.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant