Jian Li a3e4c7ada6 Bugfix: fix the swagger broken issue caused by unsupported data type
Current implementation of SwaggerMojo does not support the data type
other than string, int, long and boolean.
This commit temporarily fix the issue on generating swagger doc.
Eventually, we need to augment SwaggerMojo to support more data type
including other primitive types and even Object data types.

Change-Id: I5cb69ea6af7faecfc19660c4bbf619c3d85508f3
2016-05-12 20:29:47 +00:00
..