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

AtmosphereRequest.toString() was broken and always returned resource().uuid(). #1660

Merged

Conversation

CodingFabian
Copy link
Contributor

Because of missing brackets, the ternary operator always evaluated to non null,
because it had a concatenated string on the left hand side. Thus it always
returned resource().uuid().

…).uuid().

Because of missing brackets, the ternary operator always evaluated to non null,
because it had a concatenated string on the left hand side. Thus it always
returned resource().uuid().
jfarcand added a commit that referenced this pull request Jul 10, 2014
…-fix

AtmosphereRequest.toString() was broken and always returned resource().uuid().
@jfarcand jfarcand merged commit 4196257 into Atmosphere:master Jul 10, 2014
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