remove the generate parameter <?> from the outputs definition
-------------------------------------------------------------

                 Key: CAMEL-1180
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1180
             Project: Apache Camel
          Issue Type: Improvement
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.0.0


{code}
@XmlType(name = "outputType")
@XmlAccessorType(XmlAccessType.FIELD)
public class OutputType<Type extends ProcessorType> extends ProcessorType<Type> 
{
    private static final transient Log LOG = 
LogFactory.getLog(OutputType.class);

    @XmlElementRef
    protected List<ProcessorType<?>> outputs = new 
ArrayList<ProcessorType<?>>();   
...
{code}

 This <?> generate parameter is useless,  we could remove it to make outputs 
definition more clear.


-- 
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