Repository: camel Updated Branches: refs/heads/master 3706bf1cc -> d50dcd4d7
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/34f9af90 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/34f9af90 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/34f9af90 Branch: refs/heads/master Commit: 34f9af90c5a753cc71e60ae7f3d2254fe41b1415 Parents: f80365c Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Jul 25 15:20:28 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Jul 25 17:11:57 2016 +0200 ---------------------------------------------------------------------- .../src/main/java/org/apache/camel/builder/xml/XsltBuilder.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/34f9af90/camel-core/src/main/java/org/apache/camel/builder/xml/XsltBuilder.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/builder/xml/XsltBuilder.java b/camel-core/src/main/java/org/apache/camel/builder/xml/XsltBuilder.java index 2770d10..4179107 100644 --- a/camel-core/src/main/java/org/apache/camel/builder/xml/XsltBuilder.java +++ b/camel-core/src/main/java/org/apache/camel/builder/xml/XsltBuilder.java @@ -67,10 +67,6 @@ import static org.apache.camel.util.ObjectHelper.notNull; * <p/> * Will by default output the result as a String. You can chose which kind of output * you want using the <tt>outputXXX</tt> methods. - * <p/> - * If using the static <tt>xslt</tt> methods to create a {@link org.apache.camel.builder.xml.XsltBuilder} its recommended - * to inject the {@link org.apache.camel.CamelContext} using the {@link #setCamelContext(org.apache.camel.CamelContext)} - * and call {@link #start()} to properly initialize the builder before using. * * @version */