Skip to content

Commit

Permalink
Equals and hashcode
Browse files Browse the repository at this point in the history
  • Loading branch information
dukris committed Feb 6, 2024
1 parent 16d5b7f commit 603b923
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.List;
import java.util.Map;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.cactoos.Text;

Expand All @@ -32,7 +32,7 @@
* @checkstyle ConstantUsageCheck (20 lines)
* @since 0.0.0
*/
@Getter
@Data
@NoArgsConstructor
@AllArgsConstructor
@JsonIgnoreProperties(ignoreUnknown = true)
Expand Down

0 comments on commit 603b923

Please sign in to comment.