fix from merge

This commit is contained in:
Greg DiCristofaro 2023-08-30 14:17:00 -04:00
parent 0cd50f767d
commit 748e22d263
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
*/
package com.basistech.df.cybertriage.autopsy;
import java.awt.Desktop;
import org.sleuthkit.autopsy.coreutils.Desktop;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;

View File

@ -28,7 +28,7 @@ import com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseLimitType;
import com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse;
import com.basistech.df.cybertriage.autopsy.ctapi.util.LicenseDecryptorUtil;
import com.basistech.df.cybertriage.autopsy.ctapi.util.LicenseDecryptorUtil.InvalidLicenseException;
import java.awt.Desktop;
import org.sleuthkit.autopsy.coreutils.Desktop;
import java.awt.event.ComponentAdapter;
import java.awt.event.ComponentEvent;
import java.io.IOException;