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

Commit

Permalink
BC-7234 - fix class Name
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored May 28, 2024
1 parent 0d371cf commit f3fb391
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ public class Read {
private final KubernetesClient kubernetesClient;

@Inject
Configmap cfg;
ConfigmapDTO cfg;

@Inject
KubernetesClient client;

public Configmap readConfigmap() {
public ConfigmapDTO readConfigmap() {
return cfg;
}
}

0 comments on commit f3fb391

Please sign in to comment.