fix serverless whois url example in comment

This commit is contained in:
Noah Levitt
2013-03-18 14:03:39 -07:00
parent 0841840baf
commit ff36546eda
@@ -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 */