docs: update tolerant reader

This commit is contained in:
Ilkka Seppälä
2024-05-22 15:40:55 +03:00
parent 628ec1548c
commit 6ed6b1c0f0
6 changed files with 142 additions and 149 deletions
@@ -24,6 +24,7 @@
*/
package com.iluwatar.tolerantreader;
import java.io.Serial;
import lombok.Getter;
/**
@@ -32,6 +33,7 @@ import lombok.Getter;
@Getter
public class RainbowFishV2 extends RainbowFish {
@Serial
private static final long serialVersionUID = 1L;
private boolean sleeping;