This is an automated email from the ASF dual-hosted git repository.

gaojun2048 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new be46efcb7 [Improve][core] A little bit of daydream. The method of 
overriding the parent class does not write @ Override (#3612)
be46efcb7 is described below

commit be46efcb7a2a14e20ff7983d0e9ba7659455402e
Author: zhangyongtian <[email protected]>
AuthorDate: Mon Dec 5 22:10:13 2022 +0800

    [Improve][core] A little bit of daydream. The method of overriding the 
parent class does not write @ Override (#3612)
---
 .../src/main/java/org/apache/seatunnel/apis/base/plugin/Plugin.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/seatunnel-apis/seatunnel-api-base/src/main/java/org/apache/seatunnel/apis/base/plugin/Plugin.java
 
b/seatunnel-apis/seatunnel-api-base/src/main/java/org/apache/seatunnel/apis/base/plugin/Plugin.java
index 6cf048c50..b15627926 100644
--- 
a/seatunnel-apis/seatunnel-api-base/src/main/java/org/apache/seatunnel/apis/base/plugin/Plugin.java
+++ 
b/seatunnel-apis/seatunnel-api-base/src/main/java/org/apache/seatunnel/apis/base/plugin/Plugin.java
@@ -67,6 +67,7 @@ public interface Plugin<T extends RuntimeEnv> extends 
Serializable, AutoCloseabl
      *
      * @throws Exception when close failed.
      */
+    @Override
     default void close() throws Exception {
 
     }

Reply via email to