Skip to content

Commit

Permalink
BC-7234 - no super class
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored May 23, 2024
1 parent f42a0bf commit 4700727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/svs/doido/mongo/dto/Configmap.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@ToString
@EqualsAndHashCode
@EqualsAndHashCode(callSuper=false)
public class Configmap {
@Getter
@Setter
Expand Down

0 comments on commit 4700727

Please sign in to comment.