mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-26 23:55:50 +00:00
fix serverless whois url example in comment
This commit is contained in:
@@ -115,7 +115,7 @@ public interface FetchStatusCodes {
|
||||
public static final int S_GETBYNAME_SUCCESS = 1001;
|
||||
/** WHOIS success */
|
||||
public static final int S_WHOIS_SUCCESS = 2001;
|
||||
/** Finished all fetches for serverless WHOIS url (whois:///foo.org) */
|
||||
/** Finished all fetches for serverless WHOIS url (whois:foo.org) */
|
||||
public static final int S_WHOIS_GENERIC_FINISHED = 2002;
|
||||
|
||||
/** HTTP 404 NOT FOUND */
|
||||
|
||||
Reference in New Issue
Block a user