Revision: 350
http://flatpack.svn.sourceforge.net/flatpack/?rev=350&view=rev
Author: zepernick
Date: 2007-09-09 18:43:00 -0700 (Sun, 09 Sep 2007)
Log Message:
-----------
fixed javadoc tag
Modified Paths:
--------------
trunk/flatpack/src/main/java/net/sf/flatpack/util/ExcelTransformer.java
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/util/ExcelTransformer.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/util/ExcelTransformer.java 2007-09-10 01:37:31 UTC (rev 349)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/util/ExcelTransformer.java 2007-09-10 01:43:00 UTC (rev 350)
@@ -64,7 +64,7 @@
* Writes the Excel file to disk
*
* @throws IOException
- * @thorws WriteException
+ * @throws WriteException
*/
public void writeExcelFile() throws IOException, WriteException {
WritableWorkbook excelWrkBook = null;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|