Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-7239 - fix compiler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 21, 2024
1 parent c776cd4 commit d5bdb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/svs/doido/mongo/ConfigmapApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Configmap configmapsRead(String namespace, String configmapName) {
public void configmapsWrite(String namespace, String configmapName) {
Configmap cfg = new Configmap();
cfg.setName(configmapName);
cfg.setUri("http://www.test.org";)
cfg.setUri("http://www.test.org");
cfgWrite.writeConfigmap(namespace,configmapName,cfg);
}
}

0 comments on commit d5bdb54

Please sign in to comment.