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

Error in java doc for addAtmosphereResource and removeAtmosphereResource #469

Closed
jeremy303 opened this issue Jul 2, 2012 · 0 comments
Closed

Comments

@jeremy303
Copy link

Docs indicate that an AtmosphereResource is returned.

addAtmosphereResource

Broadcaster addAtmosphereResource(AtmosphereResource resource)

    Add a AtmosphereResource to the list of item to be notified when the broadcast(T) is invoked.

    Parameters:
        resource - an AtmosphereResource 
    Returns:
        AtmosphereResource if added, or null if it was already there.

removeAtmosphereResource

Broadcaster removeAtmosphereResource(AtmosphereResource resource)

    Remove a AtmosphereResource from the list of item to be notified when the broadcast(T) is invoked.

    Parameters:
        resource - an AtmosphereResource 
    Returns:
        AtmosphereResource if removed, or null if it was not.
jfarcand added a commit that referenced this issue Jul 3, 2012
@jfarcand jfarcand closed this as completed Jul 3, 2012
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

2 participants