You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/12/23 16:51:53 UTC

[avro] branch master updated: AVRO-3251: Minor testcase fix after merge (#1435)

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

rskraba 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 e5a0e06  AVRO-3251: Minor testcase fix after merge (#1435)
e5a0e06 is described below

commit e5a0e064d795be5efa1b05d50191c0d3441c5195
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Thu Dec 23 17:44:43 2021 +0100

    AVRO-3251: Minor testcase fix after merge (#1435)
---
 lang/java/compiler/src/test/idl/output/uuid.avpr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/compiler/src/test/idl/output/uuid.avpr b/lang/java/compiler/src/test/idl/output/uuid.avpr
index 4c2b08d..fe3d5a6 100644
--- a/lang/java/compiler/src/test/idl/output/uuid.avpr
+++ b/lang/java/compiler/src/test/idl/output/uuid.avpr
@@ -15,7 +15,7 @@
     }, {
       "name" : "uuid",
       "type" : "string",
-      "doc" : "* A string field with a special name"
+      "doc" : "A string field with a special name"
     }, {
       "name" : "optionalString",
       "type" : [ "null", {