You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/05/20 13:00:40 UTC

[2/2] camel git commit: Add javadoc for package

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/3469fc29
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3469fc29
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3469fc29

Branch: refs/heads/camel-2.17.x
Commit: 3469fc29aee4a2936328ba8ce7415c84f486cdbb
Parents: f25c0e2
Author: Claus Ibsen <da...@apache.org>
Authored: Fri May 20 15:00:01 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri May 20 15:00:32 2016 +0200

----------------------------------------------------------------------
 .../apache/camel/util/component/package.html    | 25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3469fc29/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 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes and utilities for API based components
+
+</body>
+</html>