You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/02/15 19:31:52 UTC

[2/2] camel git commit: CAMEL-9605: Fixed CS. This closes #841

CAMEL-9605: Fixed CS. This closes #841


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

Branch: refs/heads/master
Commit: 41884a24108e102eb520510caf145706885d558e
Parents: ee9c5a3
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Feb 15 19:31:43 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Feb 15 19:31:43 2016 +0100

----------------------------------------------------------------------
 .../camel/component/gson/GsonDataFormatTest.java    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/41884a24/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.java
----------------------------------------------------------------------
diff --git a/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.java b/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.java
index 2e014ce..3a143c3 100644
--- a/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.java
+++ b/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.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.gson;
 
 import java.io.*;