You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2016/04/04 10:39:08 UTC

[2/3] camel git commit: Remove redundant default parameter value

Remove redundant default parameter value


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

Branch: refs/heads/master
Commit: 9c1ff255724db5e461fb7080d8752505108f94ee
Parents: 34664d5
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Mon Apr 4 10:34:50 2016 +0200
Committer: Antonin Stefanutti <an...@stefanutti.fr>
Committed: Mon Apr 4 10:34:50 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/9c1ff255/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelFactory.java
----------------------------------------------------------------------
diff --git a/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelFactory.java b/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelFactory.java
index ecd309c..29e9227 100755
--- a/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelFactory.java
+++ b/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelFactory.java
@@ -114,7 +114,7 @@ final class CdiCamelFactory {
 
     // Maintained for backward compatibility reason though this is redundant with @Uri
     // see https://issues.apache.org/jira/browse/CAMEL-5553?focusedCommentId=13445936&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13445936
-    @Mock("")
+    @Mock
     @Produces
     @Typed(MockEndpoint.class)
     // Qualifiers are dynamically added in CdiCamelExtension