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 64BED200BD3 for ; Tue, 6 Dec 2016 18:10:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 63728160B1B; Tue, 6 Dec 2016 17:10:30 +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 D18DE160B17 for ; Tue, 6 Dec 2016 18:10:29 +0100 (CET) Received: (qmail 83147 invoked by uid 500); 6 Dec 2016 17:10:29 -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 83138 invoked by uid 99); 6 Dec 2016 17:10:29 -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; Tue, 06 Dec 2016 17:10:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA23FDFFAB; Tue, 6 Dec 2016 17:10:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: <2c0b556024f74af19702056dcf2c12e1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Polished Date: Tue, 6 Dec 2016 17:10:28 +0000 (UTC) archived-at: Tue, 06 Dec 2016 17:10:30 -0000 Repository: camel Updated Branches: refs/heads/master 78c6fa9ec -> 2124ad83f Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2124ad83 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2124ad83 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2124ad83 Branch: refs/heads/master Commit: 2124ad83fb8f1dadf98d736dc6ab1d1dba72646c Parents: 78c6fa9 Author: Claus Ibsen Authored: Tue Dec 6 18:10:22 2016 +0100 Committer: Claus Ibsen Committed: Tue Dec 6 18:10:22 2016 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/camel/catalog/rest/CamelCatalogRest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2124ad83/platforms/catalog-rest/src/main/java/org/apache/camel/catalog/rest/CamelCatalogRest.java ---------------------------------------------------------------------- diff --git a/platforms/catalog-rest/src/main/java/org/apache/camel/catalog/rest/CamelCatalogRest.java b/platforms/catalog-rest/src/main/java/org/apache/camel/catalog/rest/CamelCatalogRest.java index 5bfc249..d47ce27 100644 --- a/platforms/catalog-rest/src/main/java/org/apache/camel/catalog/rest/CamelCatalogRest.java +++ b/platforms/catalog-rest/src/main/java/org/apache/camel/catalog/rest/CamelCatalogRest.java @@ -79,7 +79,6 @@ public class CamelCatalogRest { @ApiOperation(value = "Find all the language names from the Camel catalog") public List findLanguageNames() { return catalog.findLanguageNames(); - } @GET