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 1093518506 for ; Fri, 16 Oct 2015 18:58:23 +0000 (UTC) Received: (qmail 72515 invoked by uid 500); 16 Oct 2015 18:58:23 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 72488 invoked by uid 500); 16 Oct 2015 18:58:22 -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 72478 invoked by uid 99); 16 Oct 2015 18:58:22 -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, 16 Oct 2015 18:58:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CBAD8E0200; Fri, 16 Oct 2015 18:58:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gzurowski@apache.org To: commits@camel.apache.org Message-Id: <0e831213f8cd4b9c94a5539244e67339@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Fix Checkstyle errors Date: Fri, 16 Oct 2015 18:58:22 +0000 (UTC) Repository: camel Updated Branches: refs/heads/camel-2.15.x 84281b415 -> 4b619ac2b Fix Checkstyle errors Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4b619ac2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4b619ac2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4b619ac2 Branch: refs/heads/camel-2.15.x Commit: 4b619ac2b94da75fe1602554d9c66ed0467d8aab Parents: 84281b4 Author: Gregor Zurowski Authored: Fri Oct 16 20:31:26 2015 +0200 Committer: Gregor Zurowski Committed: Fri Oct 16 20:55:43 2015 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/tools/apt/EipAnnotationProcessor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4b619ac2/tooling/apt/src/main/java/org/apache/camel/tools/apt/EipAnnotationProcessor.java ---------------------------------------------------------------------- diff --git a/tooling/apt/src/main/java/org/apache/camel/tools/apt/EipAnnotationProcessor.java b/tooling/apt/src/main/java/org/apache/camel/tools/apt/EipAnnotationProcessor.java index 4dc7db0..bc4f843 100644 --- a/tooling/apt/src/main/java/org/apache/camel/tools/apt/EipAnnotationProcessor.java +++ b/tooling/apt/src/main/java/org/apache/camel/tools/apt/EipAnnotationProcessor.java @@ -59,8 +59,8 @@ public class EipAnnotationProcessor extends AbstractAnnotationProcessor { // special when using expression/predicates in the model private static final String ONE_OF_TYPE_NAME = "org.apache.camel.model.ExpressionSubElementDefinition"; private static final String[] ONE_OF_LANGUAGES = new String[]{ - "org.apache.camel.model.language.ExpressionDefinition", - "org.apache.camel.model.language.NamespaceAwareExpression" + "org.apache.camel.model.language.ExpressionDefinition", + "org.apache.camel.model.language.NamespaceAwareExpression" }; // special for inputs (these classes have sub classes, so we use this to find all classes) private static final String[] ONE_OF_INPUTS = new String[]{