Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop

This commit is contained in:
alexjacks92 2014-02-21 16:07:32 -05:00
commit e8cd480c9d

View File

@ -43,7 +43,7 @@ package org.sleuthkit.autopsy.ingest;
}; };
public class IngestModuleException extends Exception { public class IngestModuleException extends Exception {
IngestModuleException(String msg) { public IngestModuleException(String msg) {
super(msg); super(msg);
} }
} }