Skip to content
Snippets Groups Projects
Commit 4ef1b10d authored by apriestman's avatar apriestman
Browse files

Switch to new version of getFileSystems

parent 58c512e3
No related branches found
No related tags found
No related merge requests found
...@@ -255,8 +255,8 @@ public List<Volume> getVolumes() throws TskCoreException { ...@@ -255,8 +255,8 @@ public List<Volume> getVolumes() throws TskCoreException {
* @throws TskCoreException * @throws TskCoreException
*/ */
public List<FileSystem> getFileSystems() throws TskCoreException { public List<FileSystem> getFileSystems() throws TskCoreException {
List<FileSystem> fs = new ArrayList<FileSystem>(); List<FileSystem> fs = new ArrayList<>();
fs.addAll(getSleuthkitCase().getFileSystems(this)); fs.addAll(getSleuthkitCase().getImageFileSystems(this));
return fs; return fs;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment