(no commit message)
[utils] / crawler / basic / src / org / wamblee / crawler / Configuration.java
index 662182ca5d475bc617d6dbe78af2c39749edd9c5..93372b8332a1d110595d9a9dd8818a9ea0c0b38a 100644 (file)
@@ -24,7 +24,7 @@ public interface Configuration {
 
     /**
      * Gets the page request based on the URL. 
-     * @param aUrl
+     * @param aUrl Url of the page to retrieve.
      * @return Page request. 
      */
     PageRequest getRequest(String aUrl);