You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2005/04/04 18:27:27 UTC

svn commit: r160056 - incubator/nutch/trunk/src/java/org/apache/nutch/db/Link.java

Author: siren
Date: Mon Apr  4 09:27:25 2005
New Revision: 160056

URL: http://svn.apache.org/viewcvs?view=rev&rev=160056
Log:
Fixed javadoc formatting (NUTCH-11)

Modified:
    incubator/nutch/trunk/src/java/org/apache/nutch/db/Link.java

Modified: incubator/nutch/trunk/src/java/org/apache/nutch/db/Link.java
URL: http://svn.apache.org/viewcvs/incubator/nutch/trunk/src/java/org/apache/nutch/db/Link.java?view=diff&r1=160055&r2=160056
==============================================================================
--- incubator/nutch/trunk/src/java/org/apache/nutch/db/Link.java (original)
+++ incubator/nutch/trunk/src/java/org/apache/nutch/db/Link.java Mon Apr  4 09:27:25 2005
@@ -26,6 +26,7 @@
 
 /*********************************************
  * This is the field in the Link Database.
+ * <pre>
  * Each row is a Link:
  *   type   name    description
  * ---------------------------------------------------------------
@@ -35,7 +36,8 @@
  * 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
  *************************************************/
 public class Link implements WritableComparable {