Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility set to 1.8 because streams are used in the code #317

Merged
merged 1 commit into from
Nov 11, 2019
Merged

Compatibility set to 1.8 because streams are used in the code #317

merged 1 commit into from
Nov 11, 2019

Conversation

insolor
Copy link
Contributor

@insolor insolor commented Nov 11, 2019

Eg. in AsteriskPBX:
return response.getResult().stream().anyMatch(line -> line.contains(dialPlan));

Eg. in AsteriskPBX:
```return response.getResult().stream().anyMatch(line -> line.contains(dialPlan));```
@ghost
Copy link

ghost commented Nov 11, 2019

DeepCode Report (#7d5d2e)

DeepCode analyzed this pull request.
There are no new issues.

@bsutton bsutton merged commit c771949 into asterisk-java:master Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants