add comment, update ruby, php samples

This commit is contained in:
wing328
2017-09-03 23:20:55 +08:00
parent cfa2074802
commit c1f5de91bb
3 changed files with 4 additions and 3 deletions

View File

@@ -1706,8 +1706,9 @@ public class DefaultCodegen {
property.isFile = true;
}
if (p instanceof UUIDProperty) {
property.isString = true;
property.isUuid = true;
// keep isString to true to make it backward compatible
property.isString = true;
}
if (p instanceof ByteArrayProperty) {
property.isByteArray = true;