Skip to content

Commit

Permalink
BC-7234 - final class
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 committed May 23, 2024
1 parent 8c73664 commit a1b81df
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 @@ -9,7 +9,7 @@

@ToString
@EqualsAndHashCode(callSuper=false)
public class Configmap {
public final class Configmap {
@Getter
@Setter
private String name = "";
Expand Down

0 comments on commit a1b81df

Please sign in to comment.