Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D2FF3200B52 for ; Mon, 25 Jul 2016 17:16:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D17D5160A91; Mon, 25 Jul 2016 15:16:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 28A36160A67 for ; Mon, 25 Jul 2016 17:16:44 +0200 (CEST) Received: (qmail 28319 invoked by uid 500); 25 Jul 2016 15:16:43 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 28310 invoked by uid 99); 25 Jul 2016 15:16:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2016 15:16:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1DE89E02A2; Mon, 25 Jul 2016 15:16:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Mon, 25 Jul 2016 15:16:43 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] camel git commit: Polished archived-at: Mon, 25 Jul 2016 15:16:45 -0000 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 Authored: Mon Jul 25 15:20:28 2016 +0200 Committer: Claus Ibsen 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; *

* Will by default output the result as a String. You can chose which kind of output * you want using the outputXXX methods. - *

- * If using the static xslt 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 */