Skip to content

Commit

Permalink
[Fix-14668][dolphinscheduler-tools] Modify the imported jar package. …
Browse files Browse the repository at this point in the history
…Use org.apache.commons.lang3.StringUtils. (#14669)
  • Loading branch information
alei1206 authored Aug 2, 2023
1 parent 9963bfc commit 139f230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.apache.dolphinscheduler.plugin.storage.api.StorageOperate;
import org.apache.dolphinscheduler.spi.enums.ResourceType;

import org.apache.zookeeper.common.StringUtils;
import org.apache.commons.lang3.StringUtils;

import java.io.IOException;
import java.util.List;
Expand Down

0 comments on commit 139f230

Please sign in to comment.