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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 5fd4cfd0e [Improve] Optimized naming. (#4143)
5fd4cfd0e is described below

commit 5fd4cfd0eceb701fbcefcaeadbf59a66713bf81f
Author: Forus <[email protected]>
AuthorDate: Fri Dec 13 11:33:35 2024 +0800

    [Improve] Optimized naming. (#4143)
---
 .../streampark/console/core/controller/FlinkApplicationController.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/controller/FlinkApplicationController.java
 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/controller/FlinkApplicationController.java
index e9de555f3..2731443ce 100644
--- 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/controller/FlinkApplicationController.java
+++ 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/controller/FlinkApplicationController.java
@@ -244,7 +244,7 @@ public class FlinkApplicationController {
     }
 
     @PostMapping("check/jar")
-    public RestResponse checkjar(String jar) throws IOException {
+    public RestResponse checkJar(String jar) throws IOException {
         Utils.requireCheckJarFile(new File(jar).toURI().toURL());
         return RestResponse.success(true);
     }

Reply via email to