From 08a4e9e2138639d8032d73765ebbe7e49eb98351 Mon Sep 17 00:00:00 2001 From: apriestman <apriestman@basistech.com> Date: Tue, 7 Jul 2020 13:19:51 -0400 Subject: [PATCH] Update comment blocks. --- .../java/src/org/sleuthkit/datamodel/SleuthkitJNI.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bindings/java/src/org/sleuthkit/datamodel/SleuthkitJNI.java b/bindings/java/src/org/sleuthkit/datamodel/SleuthkitJNI.java index 7ff07c2f8..b9563588d 100644 --- a/bindings/java/src/org/sleuthkit/datamodel/SleuthkitJNI.java +++ b/bindings/java/src/org/sleuthkit/datamodel/SleuthkitJNI.java @@ -522,8 +522,6 @@ public void run(String deviceId, String[] imageFilePaths, int sectorSize) throws /** * Starts the process of adding an image to the case database. - * Either AddImageProcess.commit or AddImageProcess.revert MUST be - * called after calling AddImageProcess.run. * * @param deviceId An ASCII-printable identifier for the * device associated with the image that @@ -550,15 +548,13 @@ public long run(String deviceId, String[] imageFilePaths, int sectorSize, /** * Starts the process of adding an image to the case database. - * Either AddImageProcess.commit or AddImageProcess.revert MUST be - * called after calling AddImageProcess.run. * * @param deviceId An ASCII-printable identifier for the * device associated with the image that * should be unique across multiple cases * (e.g., a UUID). * @param image The image object (has already been added to the database) - * @param sectorSize The sector size (use '0' for autodetect). + * @param sectorSize The sector size (no longer used). * @param addDataSourceCallbacks The callbacks to use to send data to ingest (may do nothing). * * @throws TskCoreException if a critical error occurs within the @@ -704,8 +700,6 @@ public void run(String[] imageFilePaths) throws TskCoreException, TskDataExcepti /** * Starts the process of adding an image to the case database. - * Either AddImageProcess.commit or AddImageProcess.revert MUST be - * called after calling AddImageProcess.run. * * @param deviceId An ASCII-printable identifier for the * device associated with the image that -- GitLab