Skip to content

Commit

Permalink
BC-7240 - fix missing symbole
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jul 9, 2024
1 parent d5100f5 commit b41892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/svs/doido/mongo/Admin.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public Admin(KubernetesClient kubernetesClient) {
@GET
@Path("/{clientname}")
public void testConnect(String clientname) {
MongoClientConfig monClient = io.quarkus.mongodb.runtime.mongoClient.getMatchingMongoClientConfig(clientname);
MongoClientConfig monClient = io.quarkus.mongodb.runtime.MongoClients.getMatchingMongoClientConfig(clientname);
}
}

0 comments on commit b41892d

Please sign in to comment.