Skip to content

Infinite recursion in HipChatClient.prepareGetEmoticonRequestBuilder(String) #33

@viphe

Description

@viphe

Just a typo, but the method is calling itself instead of its homonym:

public GetEmoticonRequestBuilder prepareGetEmoticonRequestBuilder(String idOrShortcut) {
return prepareGetEmoticonRequestBuilder(idOrShortcut);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions