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 C4194C9EB for ; Sat, 29 Jun 2013 14:44:30 +0000 (UTC) Received: (qmail 62003 invoked by uid 500); 29 Jun 2013 14:44:30 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 61932 invoked by uid 500); 29 Jun 2013 14:44:30 -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 61925 invoked by uid 99); 29 Jun 2013 14:44:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jun 2013 14:44:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 521B33C900; Sat, 29 Jun 2013 14:44:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cmueller@apache.org To: commits@camel.apache.org Message-Id: <8b03f956cb1144d8ba81f5d64cd47153@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: fixed the CS error Date: Sat, 29 Jun 2013 14:44:29 +0000 (UTC) Updated Branches: refs/heads/master a477bd1be -> d92b38d1f fixed the CS error Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d92b38d1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d92b38d1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d92b38d1 Branch: refs/heads/master Commit: d92b38d1f633682958b826ac6da78a192a25eec8 Parents: a477bd1 Author: cmueller Authored: Sat Jun 29 16:44:22 2013 +0200 Committer: cmueller Committed: Sat Jun 29 16:44:22 2013 +0200 ---------------------------------------------------------------------- .../itest/security/GreeterClientCxfMessageTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d92b38d1/tests/camel-itest/src/test/java/org/apache/camel/itest/security/GreeterClientCxfMessageTest.java ---------------------------------------------------------------------- diff --git a/tests/camel-itest/src/test/java/org/apache/camel/itest/security/GreeterClientCxfMessageTest.java b/tests/camel-itest/src/test/java/org/apache/camel/itest/security/GreeterClientCxfMessageTest.java index 8aba72d..83cdb09 100644 --- a/tests/camel-itest/src/test/java/org/apache/camel/itest/security/GreeterClientCxfMessageTest.java +++ b/tests/camel-itest/src/test/java/org/apache/camel/itest/security/GreeterClientCxfMessageTest.java @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.camel.itest.security; import org.springframework.test.context.ContextConfiguration;