You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/11/25 12:17:42 UTC

[19/28] camel git commit: Revert "Changed the UriEndpoint annotation with the values suggested by davsclaus."

Revert "Changed the UriEndpoint annotation with the values suggested by davsclaus."

This reverts commit e61448cb0e7f2698d1b7bceba2a9d46b1f98cbe8.


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

Branch: refs/heads/master
Commit: c1c7a70143f8fa3bb161512e737c07173e90d86f
Parents: 6687005
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri Nov 25 12:50:12 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Nov 25 12:50:12 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/component/firebase/FirebaseEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c1c7a701/components/camel-firebase/src/main/java/org/apache/camel/component/firebase/FirebaseEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-firebase/src/main/java/org/apache/camel/component/firebase/FirebaseEndpoint.java b/components/camel-firebase/src/main/java/org/apache/camel/component/firebase/FirebaseEndpoint.java
index 709785e..a6b035b 100644
--- a/components/camel-firebase/src/main/java/org/apache/camel/component/firebase/FirebaseEndpoint.java
+++ b/components/camel-firebase/src/main/java/org/apache/camel/component/firebase/FirebaseEndpoint.java
@@ -29,7 +29,7 @@ import org.apache.camel.spi.UriPath;
 /**
  * Represents a Firebase endpoint.
  */
-@UriEndpoint(scheme = "firebase", title = "Firebase", syntax = "firebase:databaseUrl", consumerClass = FirebaseConsumer.class, label = "cloud,messaging")
+@UriEndpoint(scheme = "firebase", title = "Firebase", syntax = "firebase:name", consumerClass = FirebaseConsumer.class, label = "Firebase")
 public class FirebaseEndpoint extends DefaultEndpoint {
 
     private final FirebaseConfig firebaseConfig;