Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3CF791886D for ; Wed, 11 Nov 2015 07:16:25 +0000 (UTC) Received: (qmail 76802 invoked by uid 500); 11 Nov 2015 07:16:25 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 76667 invoked by uid 500); 11 Nov 2015 07:16:25 -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 76122 invoked by uid 99); 11 Nov 2015 07:16:24 -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; Wed, 11 Nov 2015 07:16:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 935AEE0615; Wed, 11 Nov 2015 07:16:24 +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 Date: Wed, 11 Nov 2015 07:16:30 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/12] camel git commit: Polished. Fixes #674 Polished. Fixes #674 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5d43573b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5d43573b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5d43573b Branch: refs/heads/camel-2.16.x Commit: 5d43573bd1130945cc99bea2b43e182a6391b56a Parents: 91fa3ec Author: Claus Ibsen Authored: Wed Nov 11 08:17:03 2015 +0100 Committer: Claus Ibsen Committed: Wed Nov 11 08:19:06 2015 +0100 ---------------------------------------------------------------------- .../org/apache/camel/spring/boot/RoutesCollector.java | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5d43573b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java ---------------------------------------------------------------------- diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java index 49e39c4..e864707 100644 --- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java +++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java @@ -57,6 +57,7 @@ public class RoutesCollector implements ApplicationListener