From 5e87f112bb3354d69216cc03a12d2eebcdc99f50 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 15 Mar 2022 10:06:56 +0000 Subject: [PATCH] javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898946 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java index 513d9ad7ba..666ba1964d 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java @@ -926,7 +926,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet, OoxmlSheetEx /** - * Get the default row height for the sheet measued in point size (if the rows do not define their own height). + * Get the default row height for the sheet measured in point size (if the rows do not define their own height). * * @return default row height in points */ -- 2.39.5