You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2018/04/05 19:51:48 UTC

[camel] branch master updated: Fixed the javadoc link for the Main deprecated class

This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 41d85b2  Fixed the javadoc link for the Main deprecated class
41d85b2 is described below

commit 41d85b234f862f40be6fc281f65ff75c86bb7b6e
Author: aldettinger <al...@gmail.com>
AuthorDate: Thu Apr 5 21:30:18 2018 +0200

    Fixed the javadoc link for the Main deprecated class
---
 camel-core/src/main/java/org/apache/camel/Main.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-core/src/main/java/org/apache/camel/Main.java b/camel-core/src/main/java/org/apache/camel/Main.java
index 6439886..8e1f58f 100644
--- a/camel-core/src/main/java/org/apache/camel/Main.java
+++ b/camel-core/src/main/java/org/apache/camel/Main.java
@@ -17,7 +17,7 @@
 package org.apache.camel;
 
 /**
- * @deprecated use org.apache.camel.main.Main instead
+ * @deprecated use {@link org.apache.camel.main.Main org.apache.camel.main.Main} instead
  */
 @Deprecated
 public class Main extends org.apache.camel.main.Main {

-- 
To stop receiving notification emails like this one, please contact
aldettinger@apache.org.