Fix vector of strings for Java

Change-Id: If032b450230b15224b2661836c8a740398d207c5
This commit is contained in:
Bob Potter
2014-08-08 21:59:28 -05:00
committed by Wouter van Oortmerssen
parent 5da7bda826
commit 39d4b7e2bf
6 changed files with 18 additions and 3 deletions

View File

@@ -32,5 +32,9 @@
a: 30,
b: 40
}
],
testarrayofstring: [
"test1",
"test2"
]
}