1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-18 19:51:35 +02:00

Change method that didn't need to be public to private

This commit is contained in:
cyian-1756
2017-11-07 04:27:36 -05:00
parent c69613d8a5
commit 169547d745

View File

@@ -85,7 +85,7 @@ public abstract class AbstractRipper
}
}
public boolean hasDownloadedURL(String url) {
private boolean hasDownloadedURL(String url) {
File file = new File(URLHistoryFile);
try {
Scanner scanner = new Scanner(file);