Repository: camel Updated Branches: refs/heads/master f55764f19 -> c3116c867
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/c3116c86 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c3116c86 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c3116c86 Branch: refs/heads/master Commit: c3116c867aaaa67ec8311dba7e8a1ea1661e2f75 Parents: f55764f Author: Andrea Cosentino <[email protected]> Authored: Thu Sep 1 10:56:37 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Thu Sep 1 10:58:28 2016 +0200 ---------------------------------------------------------------------- .../dataformat/avro/SpecificDataNoCache.java | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c3116c86/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() {
