Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9A4A3200BEE for ; Fri, 25 Nov 2016 11:00:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9931B160B26; Fri, 25 Nov 2016 10:00:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B4A65160B01 for ; Fri, 25 Nov 2016 11:00:42 +0100 (CET) Received: (qmail 59517 invoked by uid 500); 25 Nov 2016 10:00:41 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 58683 invoked by uid 99); 25 Nov 2016 10:00:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2016 10:00:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3A3A8F17FC; Fri, 25 Nov 2016 10:00:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Date: Fri, 25 Nov 2016 10:00:53 -0000 Message-Id: In-Reply-To: <91e0fd6bb06247e4940475d903ab715b@git.apache.org> References: <91e0fd6bb06247e4940475d903ab715b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/28] camel git commit: Changed the UriEndpoint annotation with the values suggested by davsclaus. archived-at: Fri, 25 Nov 2016 10:00:43 -0000 Changed the UriEndpoint annotation with the values suggested by davsclaus. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e61448cb Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e61448cb Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e61448cb Branch: refs/heads/master Commit: e61448cb0e7f2698d1b7bceba2a9d46b1f98cbe8 Parents: 3718042 Author: gilfernandes Authored: Tue Nov 22 13:15:04 2016 +0000 Committer: Andrea Cosentino Committed: Fri Nov 25 10:05:36 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/e61448cb/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 a6b035b..709785e 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:name", consumerClass = FirebaseConsumer.class, label = "Firebase") +@UriEndpoint(scheme = "firebase", title = "Firebase", syntax = "firebase:databaseUrl", consumerClass = FirebaseConsumer.class, label = "cloud,messaging") public class FirebaseEndpoint extends DefaultEndpoint { private final FirebaseConfig firebaseConfig;