Repository: camel Updated Branches: refs/heads/camel-2.16.x 7bcfa8c3b -> 87b60b475
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/87b60b47 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/87b60b47 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/87b60b47 Branch: refs/heads/camel-2.16.x Commit: 87b60b4753e43b985a82b3cf4880b9742485981d Parents: 7bcfa8c 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:33 2016 +0200 ---------------------------------------------------------------------- .../dataformat/avro/SpecificDataNoCache.java | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/87b60b47/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() {
