From 0fa69b9a79d7a528aaa9a0d950775bbdd56ebc26 Mon Sep 17 00:00:00 2001 From: Alex Ebadirad Date: Fri, 8 Jun 2012 14:23:04 -0700 Subject: [PATCH] Added javadoc comments for reporting module interface. --- Report/src/org/sleuthkit/autopsy/report/ReportModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);