Minor mod - keep original

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2005-05-05 13:04:29 +00:00
parent 12c6d4bb82
commit 77cbf81c55
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class ReadWriteWorkbook
cell.setCellValue("a test");
// Write the output to a file
fileOut = new FileOutputStream("workbook.xls");
fileOut = new FileOutputStream("workbookout.xls");
wb.write(fileOut);
}
finally