Skip to content
Snippets Groups Projects
Commit f19832bf authored by Ann Priestman's avatar Ann Priestman
Browse files

Fixing cut and paste errors

parent fab5d167
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
import org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM; import org.sleuthkit.datamodel.TskData.TSK_POOL_TYPE_ENUM;
/** /**
* Represents a volume system. Populated based on data in database. * Represents a pool. Populated based on data in database.
*/ */
public class Pool extends AbstractContent { public class Pool extends AbstractContent {
...@@ -33,10 +33,10 @@ public class Pool extends AbstractContent { ...@@ -33,10 +33,10 @@ public class Pool extends AbstractContent {
* Constructor most inputs are from the database * Constructor most inputs are from the database
* *
* @param db case database handle * @param db case database handle
* @param obj_id the unique content object id for the volume system * @param obj_id the unique content object id for the pool
* @param name name of the volume system * @param name name of the pool
* @param type type of the volume system * @param type type of the pool
* @param imgOffset offset of the volume system with respect to image * @param imgOffset offset of the pool with respect to image
*/ */
protected Pool(SleuthkitCase db, long obj_id, String name, long type, long imgOffset) { protected Pool(SleuthkitCase db, long obj_id, String name, long type, long imgOffset) {
super(db, obj_id, name); super(db, obj_id, name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment