mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 17:27:43 +00:00
Fixed comment bugs
This commit is contained in:
parent
348b58efb0
commit
c0b8b6eb9e
@ -26,7 +26,8 @@ import org.sleuthkit.datamodel.Image;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class is used to add the action to the run ingest modules menu item.
|
* This class is used to add the action to the run ingest modules menu item.
|
||||||
* When the dataSource is pressed, it should open the wizard for ingest modules.
|
* When the data source is pressed, it should open the wizard for ingest
|
||||||
|
* modules.
|
||||||
*/
|
*/
|
||||||
final class RunIngestModulesAction extends AbstractAction {
|
final class RunIngestModulesAction extends AbstractAction {
|
||||||
|
|
||||||
@ -40,7 +41,7 @@ final class RunIngestModulesAction extends AbstractAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Runs the ingest modules wizard on the dataSource.
|
* Runs the ingest modules wizard on the data source.
|
||||||
*
|
*
|
||||||
* @param e the action event
|
* @param e the action event
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user