Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
f19832bf
Commit
f19832bf
authored
5 years ago
by
Ann Priestman
Browse files
Options
Downloads
Patches
Plain Diff
Fixing cut and paste errors
parent
fab5d167
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/src/org/sleuthkit/datamodel/Pool.java
+5
-5
5 additions, 5 deletions
bindings/java/src/org/sleuthkit/datamodel/Pool.java
with
5 additions
and
5 deletions
bindings/java/src/org/sleuthkit/datamodel/Pool.java
+
5
−
5
View file @
f19832bf
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment