Skip to content

Commit

Permalink
TestIndexSet needs to be importable, thus is shouldn't be moved to sr…
Browse files Browse the repository at this point in the history
…c/test (Graylog2#3530)
  • Loading branch information
kroepke authored and joschi committed Feb 21, 2017
1 parent 4b815b9 commit a0ff84d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
import java.util.Optional;
import java.util.Set;

/**
* This class is being used in plugins for testing, DO NOT move it to the test/ directory without changing the plugins.
*/
public class TestIndexSet implements IndexSet {
private static final String SEPARATOR = "_";
private static final String DEFLECTOR_SUFFIX = "deflector";
Expand Down

0 comments on commit a0ff84d

Please sign in to comment.