marcusklang / wikiforia

A Utility Library for Wikipedia dumps
GNU General Public License v2.0
33 stars 15 forks source link

Fix mix-up of variable names in App.java #9

Closed fbroda closed 7 years ago

fbroda commented 7 years ago

Variable names were mixed-up in .../wikiforia/App.java where index had been used instead of indexPath to determine whether to process a multistreamed bzip2 file should be processed or a singlestreamed xml file. Accordingly the test resolved always to multistreamed bzip2. This commit fixes the issue.