mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
some comments
This commit is contained in:
parent
77c0dc7e7f
commit
33b77c37f5
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user