mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
[github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36049ce0f7
commit
29642eedb1
@ -201,7 +201,7 @@ public interface Workbook extends Closeable, Iterable<Sheet> {
|
||||
Sheet createSheet(String sheetname);
|
||||
|
||||
/**
|
||||
* Create an Sheet from an existing sheet in the Workbook.
|
||||
* Create a Sheet from an existing sheet in the Workbook.
|
||||
*
|
||||
* @return Sheet representing the cloned sheet.
|
||||
*/
|
||||
|
||||
@ -682,7 +682,7 @@ public class SXSSFWorkbook implements Workbook {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sreate an Sheet for this Workbook, adds it to the sheets and returns
|
||||
* Create a Sheet for this Workbook, adds it to the sheets and returns
|
||||
* the high level representation. Use this to create new sheets.
|
||||
*
|
||||
* @return Sheet representing the new sheet.
|
||||
@ -709,7 +709,7 @@ public class SXSSFWorkbook implements Workbook {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an Sheet for this Workbook, adds it to the sheets and returns
|
||||
* Create a Sheet for this Workbook, adds it to the sheets and returns
|
||||
* the high level representation. Use this to create new sheets.
|
||||
*
|
||||
* @param sheetname sheetname to set for the sheet.
|
||||
@ -725,7 +725,7 @@ public class SXSSFWorkbook implements Workbook {
|
||||
/**
|
||||
* <i>Not implemented for SXSSFWorkbook</i>
|
||||
*
|
||||
* Create an Sheet from an existing sheet in the Workbook.
|
||||
* Create a Sheet from an existing sheet in the Workbook.
|
||||
*
|
||||
* @return Sheet representing the cloned sheet.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user