Skip to content

Commit

Permalink
removed uneded constant
Browse files Browse the repository at this point in the history
Signed-off-by: Peco Stanoev <peco.stanoev@netcetera.com>
  • Loading branch information
pstanoev committed Jan 8, 2021
1 parent 4f79225 commit 8b71566
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ public DoNotIncludeTests() {
*/
final class OnlyTests extends LocationPatternImportOption {

private static final Set<Pattern> INCLUDED_PATTERN = ImmutableSet.of(MAVEN_PATTERN, GRADLE_PATTERN, INTELLIJ_PATTERN);

public OnlyTests() {
super(TESTS_LOCATIONS, false);
}
Expand Down

0 comments on commit 8b71566

Please sign in to comment.