Skip to content

Commit

Permalink
Spotless and language fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
trishaanand committed Jan 24, 2025
1 parent f3327aa commit 177e408
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
@FieldNameConstants
public class Tenant extends BaseDomain implements Serializable {

// TODO : When changing tenant object, update the serialization version number to ensure that in a multi pod
// deployment new pods only read the new tenant object and not the old one from redis cache.
// When changing tenant object, update the serialization version number to ensure that in a multi pod
// deployment, new pods only read the new tenant object and not the old one from redis cache.
@Serial
private static final long serialVersionUID = 1459916000401322518L;

Expand Down

0 comments on commit 177e408

Please sign in to comment.