You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jiri Ondrusek (JIRA)" <ji...@apache.org> on 2019/04/29 12:34:00 UTC

[jira] [Updated] (CAMEL-13465) Camel-box, BoxGroupMembership.Info getGroupMembershipInfo(String groupMemebershipId) typo in argument name

     [ https://issues.apache.org/jira/browse/CAMEL-13465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiri Ondrusek updated CAMEL-13465:
----------------------------------
    Description: 
There is a typo in argument of API method BoxGroupMembership.Info getGroupMembershipInfo(String groupMemebershipId).
(see https://github.com/apache/camel/blob/master/components/camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxGroupsManager.java#L273)

It forces users to use this "wrong" parameter in their code.

Typo should be fixed, but it also has to be consistent in tests

  was:
There is a typo in argument of API method BoxGroupMembership.Info getGroupMembershipInfo(String groupMem*e*bershipId).
(see https://github.com/apache/camel/blob/master/components/camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxGroupsManager.java#L273)

It forces users to use this _wrong_ parameter in their code.

Typo should be fixed, but it also has to be consistent in tests


> Camel-box, BoxGroupMembership.Info getGroupMembershipInfo(String groupMemebershipId) typo in argument name
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-13465
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13465
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-box
>    Affects Versions: 3.0.0
>            Reporter: Jiri Ondrusek
>            Priority: Major
>
> There is a typo in argument of API method BoxGroupMembership.Info getGroupMembershipInfo(String groupMemebershipId).
> (see https://github.com/apache/camel/blob/master/components/camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxGroupsManager.java#L273)
> It forces users to use this "wrong" parameter in their code.
> Typo should be fixed, but it also has to be consistent in tests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)