Closed cheetah90 closed 6 years ago
In InfoboxExtractor, the FileLines.readTo() takes multiple String as parameters but there is no such definitions in the FileLines class. Ditto in Line 511 of TemporalInfoboxExtractor.java
FileLines.readTo()
String
He should take readTo(Reader in, CharSequence... findMe), line 171 in the most recent version of Javatools. How have you tried to compile it?
readTo(Reader in, CharSequence... findMe)
In InfoboxExtractor, the
FileLines.readTo()
takes multipleString
as parameters but there is no such definitions in the FileLines class. Ditto in Line 511 of TemporalInfoboxExtractor.java