Skip to content

Commit

Permalink
BC-7240 - test construktor
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jul 12, 2024
1 parent df96ce2 commit 5f9d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/svs/doido/mongo/dto/MongoServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class MongoServer {
@Getter
private ConnectionString connectionString;

public void MongoServer(String name, String connectionString) {
public MongoServer(String name, String connectionString) {
if (name == null ) {
throw new NullPointerException();
}
Expand Down

0 comments on commit 5f9d3ed

Please sign in to comment.