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

Spacing

parent 39eff6fa
Branches master
No related tags found
No related merge requests found
...@@ -7940,13 +7940,13 @@ public LocalFile addLocalFile(String fileName, String localPath, ...@@ -7940,13 +7940,13 @@ public LocalFile addLocalFile(String fileName, String localPath,
* (for local directories, for example). * (for local directories, for example).
*/ */
private class RootDirectoryKey { private class RootDirectoryKey {
private long dataSourceId; private long dataSourceId;
private Long fileSystemId; private Long fileSystemId;
   
RootDirectoryKey(long dataSourceId, Long fileSystemId) { RootDirectoryKey(long dataSourceId, Long fileSystemId) {
this.dataSourceId = dataSourceId; this.dataSourceId = dataSourceId;
this.fileSystemId = fileSystemId; this.fileSystemId = fileSystemId;
} }
   
@Override @Override
public int hashCode() { public int hashCode() {
...@@ -7994,7 +7994,7 @@ public boolean equals(Object obj) { ...@@ -7994,7 +7994,7 @@ public boolean equals(Object obj) {
*/ */
private boolean isRootDirectory(AbstractFile file, CaseDbTransaction transaction) throws TskCoreException { private boolean isRootDirectory(AbstractFile file, CaseDbTransaction transaction) throws TskCoreException {
// First check if we know the root directory for this data source and optionally // First check if we know the root directory for this data source and optionally
// file system. There is only one root, so if we know it we can simply compare // file system. There is only one root, so if we know it we can simply compare
// this file ID to the known root directory. // this file ID to the known root directory.
Long fsObjId = null; Long fsObjId = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment