You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by dk...@apache.org on 2018/11/21 01:03:08 UTC

[avro] branch master updated: AVRO-1658 Added Javadoc to AvroDoc.java, which was missing on initial commit.

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 619c6c0  AVRO-1658 Added Javadoc to AvroDoc.java, which was missing on initial commit.
619c6c0 is described below

commit 619c6c0bf5b3440cfe80fff8b1c399b91d1d69db
Author: rstata <rs...@yahoo.com>
AuthorDate: Tue Nov 20 16:28:06 2018 -0800

    AVRO-1658 Added Javadoc to AvroDoc.java, which was missing on initial commit.
---
 .../src/main/java/org/apache/avro/reflect/AvroDoc.java  | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/lang/java/avro/src/main/java/org/apache/avro/reflect/AvroDoc.java b/lang/java/avro/src/main/java/org/apache/avro/reflect/AvroDoc.java
index 7b46a47..7226a02 100644
--- a/lang/java/avro/src/main/java/org/apache/avro/reflect/AvroDoc.java
+++ b/lang/java/avro/src/main/java/org/apache/avro/reflect/AvroDoc.java
@@ -1,3 +1,20 @@
+/*
+ * 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.avro.reflect;
 
 import java.lang.annotation.ElementType;