Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 30, 2019
1 parent 1709daf commit 4b21d64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/plugins/WarningsNextGenerationPluginTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ public class WarningsNextGenerationPluginTest extends AbstractJUnitTest {
private static final String CPD_SOURCE_NAME = "Main.java";
private static final String CPD_SOURCE_PATH = "duplicate_code/Main.java";

private static final String NO_PACKAGE = "-";

/**
* Credentials to access the docker container. The credentials are stored with the specified ID and use the provided
* SSH key. Use the following annotation on your test case to use the specified docker container as git server or
Expand Down

0 comments on commit 4b21d64

Please sign in to comment.