mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
bundle changes
This commit is contained in:
parent
191b3e7c3b
commit
05b9421ee8
@ -16,6 +16,7 @@ DataSourceUsage_FlashDrive=Flash Drive
|
|||||||
# {0} - OS name
|
# {0} - OS name
|
||||||
DataSourceUsageAnalyzer.customVolume.label=OS Drive ({0})
|
DataSourceUsageAnalyzer.customVolume.label=OS Drive ({0})
|
||||||
DataSourceUsageAnalyzer.parentModuleName=Recent Activity
|
DataSourceUsageAnalyzer.parentModuleName=Recent Activity
|
||||||
|
DefaultPriorityDomainCategorizer_searchEngineCategory=Search Engine
|
||||||
DomainCategoryRunner_moduleName_text=DomainCategoryRunner
|
DomainCategoryRunner_moduleName_text=DomainCategoryRunner
|
||||||
DomainCategoryRunner_parentModuleName=Recent Activity
|
DomainCategoryRunner_parentModuleName=Recent Activity
|
||||||
DomainCategoryRunner_Progress_Message_Domain_Types=Finding Domain Types
|
DomainCategoryRunner_Progress_Message_Domain_Types=Finding Domain Types
|
||||||
|
@ -53,7 +53,8 @@ import org.sleuthkit.autopsy.url.analytics.DomainCategory;
|
|||||||
* https://bugs.openjdk.java.net/browse/JDK-8155591,
|
* https://bugs.openjdk.java.net/browse/JDK-8155591,
|
||||||
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=350279.
|
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=350279.
|
||||||
*/
|
*/
|
||||||
class DefaultDomainCategorizer implements DomainCategorizer {
|
@SuppressWarnings("try")
|
||||||
|
public class DefaultDomainCategorizer implements DomainCategorizer {
|
||||||
|
|
||||||
private static final String CSV_DELIMITER = ",";
|
private static final String CSV_DELIMITER = ",";
|
||||||
private static final String DOMAIN_TYPE_CSV = "default_domain_categories.csv"; //NON-NLS
|
private static final String DOMAIN_TYPE_CSV = "default_domain_categories.csv"; //NON-NLS
|
||||||
@ -161,7 +162,7 @@ class DefaultDomainCategorizer implements DomainCategorizer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws Exception {
|
||||||
// clear out the mapping to release resources
|
// clear out the mapping to release resources
|
||||||
mapping = null;
|
mapping = null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user