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.