Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change 
notification.

The "Thrift & Eclipse & JUnit with TServlet" page has been changed by 
SaurabhAgarwal:
http://wiki.apache.org/thrift/Thrift%20%26%20Eclipse%20%26%20JUnit%20with%20TServlet?action=diff&rev1=8&rev2=9

Comment:
Corrected parser error (a stray ";" ) in example.thrift

        4: i32 intPrimive;
        5: i64 longPrimive;
        6: double doublePrimive;
-       7: string stringObject; ;
+       7: string stringObject; 
        8: binary byteArray; //ByteBuffer
  }
  

Reply via email to