Fixed comment bugs

This commit is contained in:
Oliver Spohngellert 2016-02-09 10:32:51 -05:00
parent 348b58efb0
commit c0b8b6eb9e

View File

@ -26,7 +26,8 @@ import org.sleuthkit.datamodel.Image;
/**
* 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 {
@ -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
*/