[ http://issues.apache.org/jira/browse/NUTCH-11?page=history ] Sami Siren closed NUTCH-11: ---------------------------
> Link.java needs a <pre> tag so javadoc renders > ---------------------------------------------- > > Key: NUTCH-11 > URL: http://issues.apache.org/jira/browse/NUTCH-11 > Project: Nutch > Type: Improvement > Environment: n/a > Reporter: David Spencer > Priority: Minor > > Trivial issue, javadoc for net.nutch.db.Link doesn't render properly due to a > lack of a <pre>..</pre> at the top. > Please change this: > /********************************************* > * This is the field in the Link Database. > * Each row is a Link: > * type name description > * --------------------------------------------------------------- > * byte VERSION - A byte indicating the version of this entry. > * 128bit FROM_ID - The MD5 hash of the source of the link. > * 64bit DOMAIN_ID - The 8-byte MD5Hash of the source's domain. > * string TO_URL - The URL destination of the link. > * string ANCHOR - The anchor text of the link. > * boolean TARGET_HAS_OUTLINK - Whether the target of the link has outlinks. > * > * @author Mike Cafarella > *************************************************/ > To this: > /********************************************* > * This is the field in the Link Database. > * <pre> > * Each row is a Link: > * type name description > * --------------------------------------------------------------- > * byte VERSION - A byte indicating the version of this entry. > * 128bit FROM_ID - The MD5 hash of the source of the link. > * 64bit DOMAIN_ID - The 8-byte MD5Hash of the source's domain. > * string TO_URL - The URL destination of the link. > * string ANCHOR - The anchor text of the link. > * boolean TARGET_HAS_OUTLINK - Whether the target of the link has outlinks. > * </pre> > * > * @author Mike Cafarella > *************************************************/ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
