mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(loader) Use the correct interface for InstructionCounter
This commit is contained in:
parent
46df58d28b
commit
46409c4c2d
@ -215,7 +215,7 @@ public class LoaderMain {
|
||||
public class InstructionCounter implements Interpreter {
|
||||
private int count = 0;
|
||||
|
||||
public void loadKeywords(EdgeUrl url, DocumentMetadata metadata, DocumentKeywords words) {
|
||||
public void loadKeywords(EdgeUrl url, int features, DocumentMetadata metadata, DocumentKeywords words) {
|
||||
count++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user