Update ChapterCache.java

Another o to 0 change. Damn this .o! :)
This commit is contained in:
NoodleMage 2016-01-27 12:54:40 +01:00
parent 2c293734f4
commit 6ba3715004

View file

@ -75,7 +75,7 @@ public class ChapterCache {
/**
* Remove file from cache.
* @param file name of chapter file md5.o.
* @param file name of chapter file md5.0.
* @return false if file is journal or error else returns status of deletion.
*/
public boolean removeFileFromCache(String file) {