From 790cfaa080b9a0d18cbefc692b69b6effbed2260 Mon Sep 17 00:00:00 2001 From: adam-m Date: Tue, 12 Feb 2013 12:28:04 -0500 Subject: [PATCH] fix merge issue --- .../sleuthkit/autopsy/casemodule/Case.java | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java index 4ddfc5284b..cef89956da 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java @@ -573,25 +573,7 @@ public class Case { return "ModuleOutput"; } - /** - * Get absolute module output directory path where modules should save their permanent data - * The directory is a subdirectory of this case dir. - * @return absolute path to the module output dir - */ - public String getModulesOutputDirectoryPath() { - return this.getCaseDirectory() + File.separator + getModulesOutputDirectory(); - } - - - /** - * Get relative (with respect to case dir) - * module output directory path where modules should save their permanent data - * The directory is a subdirectory of this case dir. - * @return relative path to the module output dir - */ - public String getModulesOutputDirectory() { - return "ModuleOutput"; - } + /** * get the PropertyChangeSupport of this class