Skip to content

Commit

Permalink
Fix warning due to plugin file removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Topin2001 committed May 23, 2024
1 parent 69cd685 commit 1029f58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/test/ut/java/fr/cnes/sonar/report/CommonTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ public abstract class CommonTest {
* Stubbed ProviderFactory for testing standalone mode.
*/
protected ProviderFactory standaloneProviderFactory;
/**
* Stubbed ProviderFactory for testing plugin mode.
*/
protected ProviderFactory pluginProviderFactory;
/**
* Stubbed sonarqube server URL for report.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import fr.cnes.sonar.report.exceptions.BadSonarQubeRequestException;
import fr.cnes.sonar.report.exceptions.SonarQubeException;

import java.net.UnknownHostException;

import org.junit.Assert;
import org.junit.Test;

Expand Down

0 comments on commit 1029f58

Please sign in to comment.