Skip to content

Commit

Permalink
Added private constructor to AccountAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbischof committed Dec 18, 2018
1 parent 065430c commit 281a5ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/
public final class AccountAttributes {

private AccountAttributes() {}

public static final String USER_ID = "userId";
public static final String USERNAME = "username";
public static final String EMAIL = "email";
Expand Down

0 comments on commit 281a5ef

Please sign in to comment.