1
0
Fork 0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-04-18 07:13:48 +02:00

Fixes two JavaDoc warnings

This commit is contained in:
Richard Zowalla 2021-10-19 14:09:58 +02:00
parent 1ebccbca6d
commit 5e922e4d9d

View File

@ -332,7 +332,7 @@ public class BasicURLNormalizer extends URLFilter {
*
* @param s a String containing the URL file (as per java.net.URL.getFile(), i.e., the path + query +
* fragment)
* @param queryStartIdx the index position of the query part in the string {@param s}.
* @param queryStartIdx the index position of the query part in the string {@code s}.
* @param queryElementsToRemove a set of query parameter names to be ignored while parsing the
* query parameters.
*/
@ -634,7 +634,7 @@ public class BasicURLNormalizer extends URLFilter {
/**
* Create a new builder object for creating a customized {@link BasicURLNormalizer} object.
*
* @return
* @return a {@link Builder} ready to use
*/
public static Builder newBuilder() {
return new Builder();