some comments

This commit is contained in:
Greg DiCristofaro 2020-05-27 11:19:25 -04:00
parent 77c0dc7e7f
commit 33b77c37f5

View File

@ -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. * @return Whether or not the file set is read only.
*/ */
boolean isReadOnly() { 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. * @param readOnly Whether or not the file set should be read only.
*/ */
void setReadOnly(boolean readOnly) { void setReadOnly(boolean readOnly) {