From 3649fb4497c30ec05fa0b670d73f35c9716445e9 Mon Sep 17 00:00:00 2001 From: Raman Date: Fri, 15 Sep 2017 11:14:17 -0400 Subject: [PATCH] Fix Codacy issue --- .../thunderbirdparser/ThunderbirdMboxFileIngestModule.java | 1 + 1 file changed, 1 insertion(+) diff --git a/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestModule.java b/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestModule.java index 071d955f7d..e9fa379ef2 100644 --- a/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestModule.java +++ b/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestModule.java @@ -501,5 +501,6 @@ public final class ThunderbirdMboxFileIngestModule implements FileIngestModule { @Override public void shutDown() { + // nothing to shut down } }