Moved CoordinationService into it's own 'application' package

This commit is contained in:
Eugene Livis 2016-08-10 11:33:39 -04:00
parent d03ee8aa07
commit 95f3213426
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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