Skip to content

Commit

Permalink
AVRO-2118: Remove @author tag. Dangling JavaDoc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Dec 22, 2017
1 parent 48b2abc commit 4165385
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* 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
Expand All @@ -19,9 +19,6 @@

import org.apache.avro.Schema;

/**
* @author zoly
*/
public interface SchemaVisitor<T> {

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* 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
Expand All @@ -18,9 +18,6 @@

package org.apache.avro.compiler.schema;

/**
* @author zoly
*/
public enum SchemaVisitorAction {

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* 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
Expand Down

0 comments on commit 4165385

Please sign in to comment.