diff --git a/Report/src/org/sleuthkit/autopsy/report/ReportModule.java b/Report/src/org/sleuthkit/autopsy/report/ReportModule.java index 9c8e86b2ef..205377fca2 100644 --- a/Report/src/org/sleuthkit/autopsy/report/ReportModule.java +++ b/Report/src/org/sleuthkit/autopsy/report/ReportModule.java @@ -73,7 +73,7 @@ public interface ReportModule { * Calls to the report module to execute a method to display the report that * was generated. * - * @param String the path to the file + * @param path The string path to the file * */ public void getPreview(String path);