Skip to content

Commit

Permalink
Fix build error on default method with Immutable.
Browse files Browse the repository at this point in the history
  • Loading branch information
You Yamagata committed Dec 16, 2020
1 parent e8b1c70 commit 04079d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public interface AuthenticatedUser
{
int getSiteId();

@Value.Default
default boolean isAdmin()
{
return false;
Expand Down

0 comments on commit 04079d8

Please sign in to comment.