CAMEL-9270: fixed cs. This closes #702.

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b2ae549e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b2ae549e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b2ae549e

Branch: refs/heads/master
Commit: b2ae549e02ff714f226cef2a4cdbcf4ca9898432
Parents: 41c316b
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon Nov 30 16:44:37 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Nov 30 16:44:37 2015 +0100

----------------------------------------------------------------------
 .../component/restlet/RestRestletCorsTest.java      | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b2ae549e/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestRestletCorsTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestRestletCorsTest.java
 
b/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestRestletCorsTest.java
index 3c4ff68..fdd3c9e 100644
--- 
a/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestRestletCorsTest.java
+++ 
b/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestRestletCorsTest.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.component.restlet;
 
 import java.util.Set;

Reply via email to