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 AEB01200C83 for ; Sun, 28 May 2017 21:54:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AD46D160BCC; Sun, 28 May 2017 19:54:12 +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 E9BCE160BE0 for ; Sun, 28 May 2017 21:54:11 +0200 (CEST) Received: (qmail 55623 invoked by uid 500); 28 May 2017 19:54:11 -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 55336 invoked by uid 99); 28 May 2017 19:54:10 -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; Sun, 28 May 2017 19:54:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2AB8AE0921; Sun, 28 May 2017 19:54:10 +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: Sun, 28 May 2017 19:54:16 -0000 Message-Id: <2f263490677f4c9ca9c9e7c7fc7bacb8@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/8] camel git commit: Typo archived-at: Sun, 28 May 2017 19:54:12 -0000 Typo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cff0fc0f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cff0fc0f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cff0fc0f Branch: refs/heads/master Commit: cff0fc0f049b1a572dd2c4bdc4a280390b45e8ed Parents: e6bc397 Author: Claus Ibsen Authored: Sun May 28 21:00:05 2017 +0200 Committer: Claus Ibsen Committed: Sun May 28 21:00:05 2017 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/camel/processor/DeadLetterChannel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cff0fc0f/camel-core/src/main/java/org/apache/camel/processor/DeadLetterChannel.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/processor/DeadLetterChannel.java b/camel-core/src/main/java/org/apache/camel/processor/DeadLetterChannel.java index a49bb1d..a7e5722 100644 --- a/camel-core/src/main/java/org/apache/camel/processor/DeadLetterChannel.java +++ b/camel-core/src/main/java/org/apache/camel/processor/DeadLetterChannel.java @@ -73,7 +73,7 @@ public class DeadLetterChannel extends RedeliveryErrorHandler { @Override protected boolean isRunAllowedOnPreparingShutdown() { - // allow tu run as we want to move the message eto DLC, instead of rejecting the message + // allow to run as we want to move the message eto DLC, instead of rejecting the message return true; }