diff --git a/bindings/java/src/org/sleuthkit/datamodel/DerivedFile.java b/bindings/java/src/org/sleuthkit/datamodel/DerivedFile.java
index 629a624323569cb4e6d28e29a2561db075752417..71833aeafe70f0cf1fd563d7e7e4bbe3dfbb1977 100644
--- a/bindings/java/src/org/sleuthkit/datamodel/DerivedFile.java
+++ b/bindings/java/src/org/sleuthkit/datamodel/DerivedFile.java
@@ -258,7 +258,6 @@ public String toString() {
 	}
 
 	/**
-	 * /**
 	 * Constructs a representation of a file or directory that has been derived
 	 * from another file and is stored outside of the data source (e.g., on a
 	 * user's machine). A typical example of a derived file is a file extracted
diff --git a/bindings/java/src/org/sleuthkit/datamodel/SleuthkitCase.java b/bindings/java/src/org/sleuthkit/datamodel/SleuthkitCase.java
index e4266c5bbcfd4bc05a8d087ba793f530d3f6f5b0..a1f77afce1026e1e2b4a9dfd2a6a308c5a7aceab 100644
--- a/bindings/java/src/org/sleuthkit/datamodel/SleuthkitCase.java
+++ b/bindings/java/src/org/sleuthkit/datamodel/SleuthkitCase.java
@@ -5930,15 +5930,15 @@ public Volume addVolume(long parentObjId, long addr, long start, long length, St
 	}
 	
 	/**
-	 * Add a pool to the database
-	 *
+	 * Add a pool to the database.
+	 * 
 	 * @param parentObjId Object ID of the pool's parent
-     * @param type        Type of pool
+	 * @param type        Type of pool
 	 * @param transaction Case DB transaction
-	 *
+	 * 
 	 * @return the newly created Pool
-	 *
-	 * @throws TskCoreException
+	 * 
+	 * @throws TskCoreException 
 	 */
 	public Pool addPool(long parentObjId, TskData.TSK_POOL_TYPE_ENUM type, CaseDbTransaction transaction) throws TskCoreException {
 		acquireSingleUserCaseWriteLock();