Remove deprecated usage

This commit is contained in:
Dmitry Trofimov
2017-10-10 00:27:29 +02:00
parent 4c92dc7d45
commit bb0a37685e
@@ -108,7 +108,7 @@ public class IdTableBuilding {
}
private static class WordsScannerFileTypeIdIndexerAdapter extends FileTypeIdIndexer {
private static class WordsScannerFileTypeIdIndexerAdapter implements IdIndexer {
private final WordsScanner myScanner;
public WordsScannerFileTypeIdIndexerAdapter(@NotNull final WordsScanner scanner) {