Skip to content

Commit

Permalink
fix: removed declaration of thrown exception 'java.io.IOException', a…
Browse files Browse the repository at this point in the history
…s it cannot be thrown from method's body (3579)

fix: removed declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body
---
Merge branch 'eclipse-jkube:master' into sonar-ai-codefix
  • Loading branch information
jonathanvila authored Dec 4, 2024
1 parent 4ad83f7 commit bf54966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void tearDown() {

@Test
@DisplayName("Helm release installed on Kuberentes cluster, then uninstall helm release")
void execute_whenReleasePresent_shouldUninstallChartFromKubernetesCluster() throws MojoExecutionException, MojoFailureException, IOException {
void execute_whenReleasePresent_shouldUninstallChartFromKubernetesCluster() throws MojoExecutionException, MojoFailureException {
// Given
openShiftHelmUninstallMojo.init();
openShiftHelmUninstallMojo.jkubeServiceHub.getHelmService().install(openShiftHelmUninstallMojo.helm);
Expand Down

0 comments on commit bf54966

Please sign in to comment.