Fixed CS. This closes #1204
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4d917dfd Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4d917dfd Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4d917dfd Branch: refs/heads/master Commit: 4d917dfd521693db85c29ea6272092d8c9279f42 Parents: 8f0c154 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Oct 12 13:01:26 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Oct 12 13:01:26 2016 +0200 ---------------------------------------------------------------------- .../bean/BeanInfoWithBridgedMethodTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4d917dfd/camel-core/src/test/java/org/apache/camel/component/bean/BeanInfoWithBridgedMethodTest.java ---------------------------------------------------------------------- diff --git a/camel-core/src/test/java/org/apache/camel/component/bean/BeanInfoWithBridgedMethodTest.java b/camel-core/src/test/java/org/apache/camel/component/bean/BeanInfoWithBridgedMethodTest.java index 813c11e..61db8ec 100644 --- a/camel-core/src/test/java/org/apache/camel/component/bean/BeanInfoWithBridgedMethodTest.java +++ b/camel-core/src/test/java/org/apache/camel/component/bean/BeanInfoWithBridgedMethodTest.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.bean; import org.apache.camel.ContextTestSupport;