Github user bgould commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1120#discussion_r90040582
  
    --- Diff: lib/java/test/org/apache/thrift/test/TestClient.java ---
    @@ -576,7 +581,7 @@ public static void main(String [] args) {
               goodbye.string_thing = "Goodbye4";
               goodbye.byte_thing = (byte)4;
               goodbye.i32_thing = 4;
    -          goodbye.i64_thing = (long)4;
    +          goodbye.i64_thing = 4;
     
    --- End diff --
    
    Yes that is unrelated... I think my IDE settings are such that it was 
removed automatically because it was an unncessary... no problem for me to 
restore it if you prefer.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to