Skip to content

Conversation

@faisal-hameed
Copy link

This pull request is focused on resolving occurrences of Sonar rules
squid:S2293 - The diamond operator ("<>") should be used.
squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding.
You can find more information about the issue here:
https://dev.eclipse.org/sonar/rules/show/squid:S2293
https://dev.eclipse.org/sonar/rules/show/squid:UselessParenthesesCheck

Please let me know if you have any questions.

Faisal Hameed


public static final Function<Publisher<Payload>, Publisher<Payload>> NO_REQUEST_CHANNEL_HANDLER =
(payloads) -> PublisherUtils.errorPayload(new RuntimeException("No 'requestChannel' handler"));
(payloads) -> PublisherUtils.errorPayload(new RuntimeException("No 'requestChannel' handler");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not all parentheses are useless ;-)

@faisal-hameed
Copy link
Author

@stevegury Fixed.

@stevegury
Copy link
Member

Thanks for the fix.

@stevegury stevegury merged commit 26f08f0 into rsocket:master Apr 14, 2016
ilayaperumalg pushed a commit to ilayaperumalg/rsocket-java that referenced this pull request Dec 26, 2017
Fixed broken link to gRPC protocol spec.
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