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 B647B200ABE for ; Fri, 20 May 2016 15:00:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B4DEB1609AF; Fri, 20 May 2016 13:00:41 +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 1144F160A0E for ; Fri, 20 May 2016 15:00:40 +0200 (CEST) Received: (qmail 20273 invoked by uid 500); 20 May 2016 13:00:40 -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 20264 invoked by uid 99); 20 May 2016 13:00:40 -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; Fri, 20 May 2016 13:00:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6F31E0159; Fri, 20 May 2016 13:00:39 +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: Fri, 20 May 2016 13:00:39 -0000 Message-Id: <8e735b7acec3451e86fe2dab2c9a20e8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] camel git commit: Add javadoc for package archived-at: Fri, 20 May 2016 13:00:41 -0000 Repository: camel Updated Branches: refs/heads/camel-2.17.x f25c0e282 -> 3469fc29a refs/heads/master 0aa43848a -> 4ec3dbdce Add javadoc for package Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4ec3dbdc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4ec3dbdc Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4ec3dbdc Branch: refs/heads/master Commit: 4ec3dbdce7db199663df37815fcf208e64c22f53 Parents: 0aa4384 Author: Claus Ibsen Authored: Fri May 20 15:00:01 2016 +0200 Committer: Claus Ibsen Committed: Fri May 20 15:00:01 2016 +0200 ---------------------------------------------------------------------- .../apache/camel/util/component/package.html | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4ec3dbdc/camel-core/src/main/java/org/apache/camel/util/component/package.html ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/util/component/package.html b/camel-core/src/main/java/org/apache/camel/util/component/package.html new file mode 100644 index 0000000..23b497b --- /dev/null +++ b/camel-core/src/main/java/org/apache/camel/util/component/package.html @@ -0,0 +1,25 @@ + + + + + + +Base classes and utilities for API based components + + +