This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new e2a6c30 AVRO-3251: Minor testcase fix after merge (#1435)
e2a6c30 is described below
commit e2a6c30cd178a7a63ee3fccb7099c2b29c22f991
Author: Ryan Skraba <[email protected]>
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", {