We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76f145 commit b8e46e5Copy full SHA for b8e46e5
suggester/src/test/java/org/opengrok/suggest/SuggesterSearcherTest.java
@@ -52,14 +52,14 @@
52
import static org.hamcrest.MatcherAssert.assertThat;
53
import static org.hamcrest.Matchers.contains;
54
55
+@SuppressWarnings("deprecation") // for RAMDirectory
56
public class SuggesterSearcherTest {
57
58
private static Directory dir;
59
60
private static SuggesterSearcher searcher;
61
62
@BeforeClass
- @SuppressWarnings("deprecation") // for RAMDirectory
63
public static void setUpClass() throws IOException {
64
dir = new RAMDirectory();
65
0 commit comments