From 439c841e2816d85dfeddf7cacf0e1def63da1330 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Mon, 17 Sep 2018 16:52:44 -0400 Subject: [PATCH] Add deprecated to comment --- .../sleuthkit/autopsy/datamodel/AbstractAbstractFileNode.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/src/org/sleuthkit/autopsy/datamodel/AbstractAbstractFileNode.java b/Core/src/org/sleuthkit/autopsy/datamodel/AbstractAbstractFileNode.java index 34b5344211..c833ca0443 100644 --- a/Core/src/org/sleuthkit/autopsy/datamodel/AbstractAbstractFileNode.java +++ b/Core/src/org/sleuthkit/autopsy/datamodel/AbstractAbstractFileNode.java @@ -423,6 +423,7 @@ public abstract class AbstractAbstractFileNode extends A * @param sheetSet the modifiable Sheet.Set returned by * Sheet.get(Sheet.PROPERTIES) * @param tags the list of tags associated with the file + * @deprecated */ @Deprecated protected final void addTagProperty(Sheet.Set sheetSet, List tags) {