Document the use of the active bit in Account.

Change-Id: I4ad091691a92a93b4671238f7240dddad32580ab
This commit is contained in:
Han-Wen Nienhuys
2017-03-07 17:53:37 +01:00
parent 7c10e63ffd
commit 04c90192d6

View File

@@ -155,7 +155,9 @@ public final class Account {
// DELETED: id = 6 (generalPreferences)
/** Is this user inactive? */
/** Is this user inactive? This is used to avoid showing some users (eg. former employees)
* in auto-suggest.
*/
@Column(id = 7)
protected boolean inactive;