You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "lamber-ken (Jira)" <ji...@apache.org> on 2019/12/30 01:20:00 UTC

[jira] [Created] (HUDI-482) Fix missing @Override annotation on method

lamber-ken created HUDI-482:
-------------------------------

             Summary: Fix missing @Override annotation on method
                 Key: HUDI-482
                 URL: https://issues.apache.org/jira/browse/HUDI-482
             Project: Apache Hudi (incubating)
          Issue Type: Improvement
          Components: Code Cleanup
            Reporter: lamber-ken


An overridden method from an interface or abstract class should be marked with @Override annotation. Once the method signature in the abstract class is changed, the implementation class will report a compile error immediately.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)