]> source.dussan.org Git - poi.git/commitdiff
[github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204
authorPJ Fanning <fanningpj@apache.org>
Mon, 7 Dec 2020 09:02:20 +0000 (09:02 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 7 Dec 2020 09:02:20 +0000 (09:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884178 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/usermodel/Workbook.java
src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java

index 7ef1bdbf3d115364fa9beea72cad080080e8ab5a..156d1b0d7a01ab4ef5d41d7766e5c61b3d910b84 100644 (file)
@@ -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.
      */
index da784c7d04034aa0e523d35138feeacaf66df1d3..19734b5b9aee31ee45550ec964a5794da17d5db4 100644 (file)
@@ -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.
      */