commit | 9af23d9327277a791c8b22c4323b8e17e2bfc378 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | 周四 11月 19 17:26:38 2009 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | 周四 11月 19 17:26:38 2009 +0000 |
tree | 54b140c45dbb123fe46037ed5532c8519b49a1d2 | |
parent | e476480691d114ad1f1a9794bd10b34df6554ad2 [diff] [blame] |
THRIFT-551. java: Enumeration doesn't generate real enum in Java This patch makes the compiler generate actual Enum classes. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@882211 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift index 3517640..f16c02e 100644 --- a/test/ThriftTest.thrift +++ b/test/ThriftTest.thrift
@@ -23,6 +23,9 @@ namespace perl ThriftTest namespace csharp Thrift.Test +/** + * Docstring! + */ enum Numberz { ONE = 1,