You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Dave Engberg (JIRA)" <ji...@apache.org> on 2010/08/30 22:04:54 UTC

[jira] Updated: (THRIFT-879) Remove @Override from TUnion.clear

     [ https://issues.apache.org/jira/browse/THRIFT-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Engberg updated THRIFT-879:
--------------------------------

    Attachment: thrift-879.patch

> Remove @Override from TUnion.clear
> ----------------------------------
>
>                 Key: THRIFT-879
>                 URL: https://issues.apache.org/jira/browse/THRIFT-879
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>    Affects Versions: 0.4
>            Reporter: Dave Engberg
>            Priority: Minor
>         Attachments: thrift-879.patch
>
>
> The compiler in Eclipse won't compile TUnion.java because the 'clear' method includes the '@Override' declaration even though that method isn't implemented by any base class.  (I.e. it's only in the interface, which doesn't need '@Override'.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.