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/j...
- * >WritableCell< /a>
+ * @see <a
href="http://jexcelapi.sourceforge.net/resources/javadocs/2_6/docs/j...
*/
public static WritableCell createCell(int column, int row, CellType type, Object data,
WritableCellFormat cellFormat)
{