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

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

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

Bryan Duxbury closed THRIFT-879.
--------------------------------

         Assignee: Dave Engberg
    Fix Version/s: 0.5
       Resolution: Fixed

I just committed this.

> 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
>            Assignee: Dave Engberg
>            Priority: Minor
>             Fix For: 0.5
>
>         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.