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 <[email protected]>
Authored: Sat Jun 29 16:44:22 2013 +0200
Committer: cmueller <[email protected]>
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;

Reply via email to