From 33b77c37f54d99267cad05ac66ec202cd76501a4 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Wed, 27 May 2020 11:19:25 -0400 Subject: [PATCH] some comments --- .../sleuthkit/autopsy/modules/interestingitems/FilesSet.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/interestingitems/FilesSet.java b/Core/src/org/sleuthkit/autopsy/modules/interestingitems/FilesSet.java index ca3f15c502..5c5c79163a 100644 --- a/Core/src/org/sleuthkit/autopsy/modules/interestingitems/FilesSet.java +++ b/Core/src/org/sleuthkit/autopsy/modules/interestingitems/FilesSet.java @@ -73,7 +73,7 @@ public final class FilesSet implements Serializable { } /** - * + * Returns whether or not the file set is read only. * @return Whether or not the file set is read only. */ boolean isReadOnly() { @@ -81,7 +81,7 @@ public final class FilesSet implements Serializable { } /** - * + *Sets whether or not the file set is read only. This is a transient field that is not * @param readOnly Whether or not the file set should be read only. */ void setReadOnly(boolean readOnly) {