Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
guperrot committed Nov 2, 2018
1 parent 67785a9 commit cfebc9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private int getFlags(PersistenceFlag persistenceFlag) {
return Flags.PERSISTENCE_CRITICAL;

case INVALID:
return Flags.PERSISTENCE_CRITICAL + 1;
return 42;
}
throw new IllegalArgumentException();
}
Expand Down

0 comments on commit cfebc9e

Please sign in to comment.