]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerUploadedListUrlSource.php
Refacturing to pass a ProtocolHandler instance instead of the direct name. This
[hub.git] / application / hub / main / source / urls / class_CrawlerUploadedListUrlSource.php
index 605478d6059419ab3a1420bc6713aab9f2d87c5a..41fe3d7d7e2ea07b97b5f2b0f212ad7f6a187424 100644 (file)
@@ -44,7 +44,8 @@ class CrawlerUploadedListUrlSource extends BaseUrlSource implements UrlSource, R
                // Init source
                $sourceInstance->initSource('crawler', 'uploaded_list');
 
-               // Get a 
+               // Get a ??? @TODO
+
                // Return the prepared instance
                return $sourceInstance;
        }