Commit 0580b3df authored by Moises Bensadon's avatar Moises Bensadon
Browse files

oops

parent e71c097c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public class crawler {
        
        // Load trie from file        
        wordUsage = loadFile(filePath);
        this.outputCallback = System.out::println;

        // Estimate page count based on compressed file size
    }