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

Edward Campbell updated CAMEL-1676:
-----------------------------------

    Description: 
The participant should default to the user  if the participant is null.

    public String getParticipant() {

        return participant != null ? participant : getUser();

    }



  was:
The participant should default to the user  if the participant is null.

    public String getParticipant() {
        return participant != null ? participant : getUser();
    }




> Endpoint.getParticipant should return Endpoint.getUser() if participant is 
> null.
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-1676
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1676
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-xmpp
>    Affects Versions: 2.0-M1, 1.6.1
>            Reporter: Edward Campbell
>   Original Estimate: 5 minutes
>  Remaining Estimate: 5 minutes
>
> The participant should default to the user  if the participant is null.
>     public String getParticipant() {
>         return participant != null ? participant : getUser();
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to