fix:解决合并冲突

pull/83/head
DELL 1 year ago
parent 7cad047448
commit 6f38e0fb8d

@ -32,4 +32,5 @@ public interface PrevailCloudApi {
* *
*/ */
boolean startImageDownloadMonitoring(String localImagePath) throws Exception; boolean startImageDownloadMonitoring(String localImagePath) throws Exception;
} }

@ -217,4 +217,5 @@ public class PrevailCloudApiImpl implements PrevailCloudApi {
return true; return true;
} }
} }

Loading…
Cancel
Save