[seam-commits] Seam SVN: r9624 - trunk/src/excel/org/jboss/seam/excel/jxl.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 24 12:35:57 EST 2008


Author: dan.j.allen
Date: 2008-11-24 12:35:57 -0500 (Mon, 24 Nov 2008)
New Revision: 9624

Modified:
   trunk/src/excel/org/jboss/seam/excel/jxl/JXLHelper.java
Log:
fix broken javadoc

Modified: trunk/src/excel/org/jboss/seam/excel/jxl/JXLHelper.java
===================================================================
--- trunk/src/excel/org/jboss/seam/excel/jxl/JXLHelper.java	2008-11-24 17:35:10 UTC (rev 9623)
+++ trunk/src/excel/org/jboss/seam/excel/jxl/JXLHelper.java	2008-11-24 17:35:57 UTC (rev 9624)
@@ -624,8 +624,7 @@
     * @param data The contents of the cell
     * @param cellFormat The cell format settings of the cell
     * @return The prepared cell representation
-    * @see <a * href="http://jexcelapi.sourceforge.net/resources/javadocs/2_6/docs/jxl/write/WritableCell.html"
-    *      >WritableCell< /a>
+    * @see <a href="http://jexcelapi.sourceforge.net/resources/javadocs/2_6/docs/jxl/write/WritableCell.html">WritableCell</a>
     */
    public static WritableCell createCell(int column, int row, CellType type, Object data, WritableCellFormat cellFormat)
    {




More information about the seam-commits mailing list