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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user