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

Format RunIngestAction.java

This commit is contained in:
Richard Cordovano
2015-10-13 16:54:05 -04:00
parent 2592f8c62e
commit 7c8dc89df1

View File

@@ -70,10 +70,10 @@ public final class RunIngestAction extends CallableSystemAction implements Prese
public HelpCtx getHelpCtx() {
return HelpCtx.DEFAULT_HELP;
}
/**
* Create a sublist of images updated by RunIngestSubMenu
* Each has an action to perform Ingest Modules on it.
* Create a sublist of images updated by RunIngestSubMenu Each has an action
* to perform Ingest Modules on it.
*
* @return the images sublist created.
*/
@@ -83,7 +83,7 @@ public final class RunIngestAction extends CallableSystemAction implements Prese
sublist.setVisible(true);
return sublist;
}
/**
* This method does nothing, use performAction instead.
*/