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;
}

@ -216,5 +216,6 @@ public class PrevailCloudApiImpl implements PrevailCloudApi {
thread.start();
return true;
}
}

Loading…
Cancel
Save