mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Moved CoordinationService into it's own 'application' package
This commit is contained in:
parent
d03ee8aa07
commit
95f3213426
@ -16,7 +16,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.sleuthkit.autopsy.configuration;
|
||||
package org.sleuthkit.autopsy.application;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
@ -49,9 +49,9 @@ import org.sleuthkit.datamodel.TskCoreException;
|
||||
import org.sleuthkit.autopsy.core.ServicesMonitor;
|
||||
import org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb;
|
||||
import org.sleuthkit.autopsy.configuration.OptionsPanel.UpdateConfigSwingWorker;
|
||||
import viking.application.CoordinationService;
|
||||
import viking.application.CoordinationService.Lock;
|
||||
import viking.application.CoordinationService.CoordinationServiceException;
|
||||
import org.sleuthkit.autopsy.application.CoordinationService;
|
||||
import org.sleuthkit.autopsy.application.CoordinationService.Lock;
|
||||
import org.sleuthkit.autopsy.application.CoordinationService.CoordinationServiceException;
|
||||
|
||||
/*
|
||||
* A utility class for loading and saving shared configuration data
|
||||
|
Loading…
x
Reference in New Issue
Block a user