Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into warn_user_nicely

This commit is contained in:
Karl Mortensen 2015-06-01 16:16:13 -04:00
commit 0b8bf7964a

View File

@ -65,7 +65,7 @@ public final class CaseMetadata {
*
* @return The case type.
*/
public Case.CaseType getCaseType(Path thePath) {
public Case.CaseType getCaseType() {
return this.caseType;
}