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/df59df3f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/df59df3f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/df59df3f Branch: refs/heads/camel-2.16.x Commit: df59df3fd4d83382ecc273ea4abd839f072256e0 Parents: ce7b35d 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:56 2015 +0100 ---------------------------------------------------------------------- .../component/restlet/RestRestletCorsTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/df59df3f/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;