[
https://issues.apache.org/jira/browse/CAMEL-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14059710#comment-14059710
]
ASF GitHub Bot commented on CAMEL-7596:
---------------------------------------
GitHub user ancosen opened a pull request:
https://github.com/apache/camel/pull/215
Camel-7596: Syntax error in javadoc of ExpressionClause.method()
Hi,
This PR is related to: https://issues.apache.org/jira/browse/CAMEL-7596
Bye,
Andrea
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ancosen/camel fix-Camel-7596
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/215.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #215
----
commit c71628ad9202cb037b7ff7bb30651216947d5f6c
Author: ancosen <[email protected]>
Date: 2014-07-12T08:41:54Z
Fix Camel-7596 syntax error in javadoc of ExpressionClause.method()
----
> Syntax error in javadoc of ExpressionClause.method()
> ----------------------------------------------------
>
> Key: CAMEL-7596
> URL: https://issues.apache.org/jira/browse/CAMEL-7596
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 2.10.2
> Reporter: Anders Rabo Thorbeck
> Priority: Trivial
> Labels: documentation, easyfix
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> The six different overloaded versions of the method
> {{org.apache.camel.builder.ExpressionClause.method()}} all have incorrect
> javadoc, where the href attribute of an {{<a>}} tag has no end quote. This
> means the javadoc in an IDE (Eclipse in my case) doesn't display anything
> after and including this tag.
> Example:
> {code:java}
> /**
> * Evaluates an expression using the <a
> * href="http://camel.apache.org/bean-language.html>bean language</a>
> * which basically means the bean is invoked to determine the expression
> * value.
> *
> * @param bean the name of the bean looked up the registry
> * @return the builder to continue processing the DSL
> */
> public T method(String bean) {
> return delegate.method(bean);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)