diff --git a/Core/src/org/sleuthkit/autopsy/datamodel/CommonFileNode.java b/Core/src/org/sleuthkit/autopsy/datamodel/CommonFileNode.java index c4da5324e8..1fc3d8722a 100644 --- a/Core/src/org/sleuthkit/autopsy/datamodel/CommonFileNode.java +++ b/Core/src/org/sleuthkit/autopsy/datamodel/CommonFileNode.java @@ -1,7 +1,7 @@ /* * Autopsy Forensic Browser * - * Copyright 2011-2017 Basis Technology Corp. + * Copyright 2018 Basis Technology Corp. * Contact: carrier sleuthkit org * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,8 +21,7 @@ package org.sleuthkit.autopsy.datamodel; import org.sleuthkit.datamodel.AbstractFile; /** - * - * @author bsweeney + * Encapsulates data being pushed to Common Files component in top right pane. */ public class CommonFileNode extends AbstractFsContentNode { //TODO maybe we dont need abstractfscontentnode (just abstractnode)