facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Fixed swift2thrift bug caused by the addition of unions #134

Closed alandau closed 11 years ago

alandau commented 11 years ago

ThriftFieldMetadata.getType() was renamed to getThriftType(), and an unrelated getType() function was added. Update the template to call getThriftType.