Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x fafa34a3f -> 4f2aafed8


Removed unuseful header and added Apache header


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

Branch: refs/heads/camel-2.17.x
Commit: 4f2aafed8e07c3e14c8e93bff17cfc290f1738ae
Parents: fafa34a
Author: Andrea Cosentino <[email protected]>
Authored: Thu Sep 1 10:56:37 2016 +0200
Committer: Andrea Cosentino <[email protected]>
Committed: Thu Sep 1 11:00:03 2016 +0200

----------------------------------------------------------------------
 .../dataformat/avro/SpecificDataNoCache.java     | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4f2aafed/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/SpecificDataNoCache.java
----------------------------------------------------------------------
diff --git 
a/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/SpecificDataNoCache.java
 
b/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/SpecificDataNoCache.java
index 40ea43f..e51afc8 100644
--- 
a/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/SpecificDataNoCache.java
+++ 
b/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/SpecificDataNoCache.java
@@ -1,11 +1,24 @@
+/**
+ * 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.dataformat.avro;
 
 import org.apache.avro.Schema;
 import org.apache.avro.specific.SpecificData;
 
-/**
- * Created by pantinor on 31/08/16.
- */
 public class SpecificDataNoCache extends SpecificData {
 
     public SpecificDataNoCache() {

Reply via email to