mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 18:18:27 +00:00
Fix vector of strings for Java
Change-Id: If032b450230b15224b2661836c8a740398d207c5
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
5da7bda826
commit
39d4b7e2bf
@@ -32,5 +32,9 @@
|
||||
a: 30,
|
||||
b: 40
|
||||
}
|
||||
],
|
||||
testarrayofstring: [
|
||||
"test1",
|
||||
"test2"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user