diff --git a/bindings/java/src/org/sleuthkit/datamodel/SleuthkitJNI.java b/bindings/java/src/org/sleuthkit/datamodel/SleuthkitJNI.java
index 7ff07c2f889dbc6fa6db186973377f64375171bd..b9563588d5ee8de5297089d5f9c0616d31f37d24 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