You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2020/05/29 13:39:49 UTC

[avro] branch master updated: Fix spotless format

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

iemejia 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 49263e7  Fix spotless format
49263e7 is described below

commit 49263e7ae117252bdf225499b6fdfb81bac71605
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Fri May 29 11:17:09 2020 +0200

    Fix spotless format
---
 lang/java/avro/src/main/java/org/apache/avro/generic/GenericData.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/java/avro/src/main/java/org/apache/avro/generic/GenericData.java b/lang/java/avro/src/main/java/org/apache/avro/generic/GenericData.java
index 45e94e0..c8471a6 100644
--- a/lang/java/avro/src/main/java/org/apache/avro/generic/GenericData.java
+++ b/lang/java/avro/src/main/java/org/apache/avro/generic/GenericData.java
@@ -1364,8 +1364,8 @@ public class GenericData {
 
   /*
    * Called to create new array instances. Subclasses may override to use a
-   * different array implementation. By default, this returns a
-   * {@link GenericData.Array}.
+   * different array implementation. By default, this returns a {@link
+   * GenericData.Array}.
    */
   public Object newArray(Object old, int size, Schema schema) {
     if (old instanceof GenericArray) {