Sebastian Nagel created NUTCH-2774:
--------------------------------------
Summary: Annotate methods implementing the Hadoop API by @Override
Key: NUTCH-2774
URL: https://issues.apache.org/jira/browse/NUTCH-2774
Project: Nutch
Issue Type: Improvement
Affects Versions: 1.16
Reporter: Sebastian Nagel
Fix For: 1.17
Methods which implement or override the Hadoop API should always be annotated
using @Override. This will help to avoid that methods are not called
accidentally because the method name or signature do not match the current API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)