Skip to content

Commit

Permalink
[Improve] Optimized naming. (#4143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Forus0322 authored Dec 13, 2024
1 parent c5ac49f commit 5fd4cfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public RestResponse deleteBackup(FlinkApplicationBackup backUp) throws InternalE
}

@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);
}
Expand Down

0 comments on commit 5fd4cfd

Please sign in to comment.