Account: Format with google-java-format

Change-Id: I758b5cfcde5f1f62e3ebcf1cf50722cdf184df7f
This commit is contained in:
David Pursehouse 2017-03-08 09:41:29 +09:00
parent f01594b00b
commit 5edb67ce56

View File

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