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

Method javadoc misleading for return type, Packet.getPayload() line 36. #54

Closed
smqureshi opened this issue Jan 27, 2016 · 3 comments
Closed

Comments

@smqureshi
Copy link

Last line should be 'May be null if the payload doesn't exist' instead of 'May be null if the payload exist'
/**

  • Returns the Packet object representing this packet's payload.
    *
  • @return the Packet object representing this packet's payload.
  •     May be null if the payload exist
    
    */
@CBrowne
Copy link
Contributor

CBrowne commented Jan 27, 2016

#55

@smqureshi
Copy link
Author

That's fine now, thanks @CBrowne

kaitoy added a commit that referenced this issue Jan 29, 2016
Correcting typo raised in issue #54.
@kaitoy
Copy link
Owner

kaitoy commented Jan 29, 2016

Thank you for pointing it out to me, @smqureshi .
And thank you for the fix @CBrowne . I merged it.

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

No branches or pull requests

3 participants