Skip to content

Commit

Permalink
fix: rename Kubernetes Api
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Feb 9, 2024
1 parent fe497a6 commit 9e49c21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

import fr.insee.arc.utils.kubernetes.bo.KubernetesApiResult;

public class KubernetesApiService {
public class KubernetesApi {

private KubernetesApiService() {
private KubernetesApi() {
throw new IllegalStateException("Utility class");
}

Expand Down

0 comments on commit 9e49c21

Please sign in to comment.