1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Added javadoc comments for reporting module interface.

This commit is contained in:
Alex Ebadirad
2012-06-08 14:23:04 -07:00
parent 5866a6ccca
commit 0fa69b9a79

View File

@@ -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);