Skip to content

Commit

Permalink
Update inlong-manager/manager-schedule/src/main/java/org/apache/inlon…
Browse files Browse the repository at this point in the history
…g/manager/schedule/dolphinscheduler/DolphinScheduleEngine.java

Co-authored-by: fuweng11 <[email protected]>
  • Loading branch information
dockerzhang and fuweng11 authored Nov 26, 2024
1 parent 4b9a860 commit 5b1be43
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ public void init() {
}

public DolphinScheduleEngine(String inlongManagerUrl, String username, String password,
String dolphinUrl,
String token) {
String dolphinUrl, String token) {
this.inlongManagerUrl = inlongManagerUrl;
this.username = username;
this.password = password;
Expand Down

0 comments on commit 5b1be43

Please sign in to comment.