mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
comments
This commit is contained in:
parent
e0a6571003
commit
12e6ab9e90
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Autopsy Forensic Browser
|
* Autopsy Forensic Browser
|
||||||
*
|
*
|
||||||
* Copyright 2011-2017 Basis Technology Corp.
|
* Copyright 2018 Basis Technology Corp.
|
||||||
* Contact: carrier <at> sleuthkit <dot> org
|
* Contact: carrier <at> sleuthkit <dot> org
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -21,8 +21,7 @@ package org.sleuthkit.autopsy.datamodel;
|
|||||||
import org.sleuthkit.datamodel.AbstractFile;
|
import org.sleuthkit.datamodel.AbstractFile;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Encapsulates data being pushed to Common Files component in top right pane.
|
||||||
* @author bsweeney
|
|
||||||
*/
|
*/
|
||||||
public class CommonFileNode extends AbstractFsContentNode<AbstractFile> { //TODO maybe we dont need abstractfscontentnode (just abstractnode)
|
public class CommonFileNode extends AbstractFsContentNode<AbstractFile> { //TODO maybe we dont need abstractfscontentnode (just abstractnode)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user