Repository: camel
Updated Branches:
  refs/heads/master 6ea8df621 -> 7eb1814a9


Mandatory title added to component endpoint description.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3e4ec855
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3e4ec855
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3e4ec855

Branch: refs/heads/master
Commit: 3e4ec8556f330b60d422a2ce8c6036a53ade753e
Parents: 05dd70b
Author: nkukhar <kukha...@gmail.com>
Authored: Thu Apr 16 23:39:29 2015 -0700
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Apr 19 10:40:23 2015 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3e4ec855/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java
 
b/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java
index 8487be1..de21df7 100644
--- 
a/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java
+++ 
b/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java
@@ -24,7 +24,7 @@ import org.apache.camel.impl.DefaultEndpoint;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
 
-@UriEndpoint(scheme = "pdf", syntax = "pdf:operation", producerOnly = true, 
label = "pdf")
+@UriEndpoint(scheme = "pdf", title = "Pdf", syntax = "pdf:operation", 
producerOnly = true, label = "pdf")
 public class PdfEndpoint extends DefaultEndpoint {
 
     @UriParam

Reply via email to