fixed error in function name

This commit is contained in:
C. Albert 2013-01-07 14:49:59 -08:00
parent 342da1f9b2
commit 2d8061a329
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class MenageA3 extends ArchivedComic {
ArrayList<String> all_vols = new ArrayList<String>();
// Archive has volumes that update no according to calendar
// So find number of archives first.
ArrayList<String> vol_urls = getNumOfVols();
ArrayList<String> vol_urls = getVolURL();
for (String currentVol : vol_urls) {
URI u = null;