diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-11-21 20:22:40 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-11-21 20:22:40 +0000 |
commit | bac21cc1a6d5a82c3edc859b5e6d60413ef642c1 (patch) | |
tree | dccea8d0d4b067e23946c724bf3a5e6a2c39137a | |
parent | 5319b735af43ea09afc2bd49f7376e159eb68355 (diff) | |
download | poi-bac21cc1a6d5a82c3edc859b5e6d60413ef642c1.tar.gz poi-bac21cc1a6d5a82c3edc859b5e6d60413ef642c1.zip |
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905445 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java | 4 | ||||
-rw-r--r-- | poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java b/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java index c8deecdc66..002f2a3fa5 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java @@ -149,7 +149,7 @@ public class XSLFTheme extends POIXMLDocumentPart { /** * @return typeface of the major font to use in a document. - * Typically the major font is used for heading areas of a document. + * Typically, the major font is used for heading areas of a document. * */ @SuppressWarnings("WeakerAccess") @@ -159,7 +159,7 @@ public class XSLFTheme extends POIXMLDocumentPart { /** * @return typeface of the minor font to use in a document. - * Typically the monor font is used for normal text or paragraph areas. + * Typically, the minor font is used for normal text or paragraph areas. * */ @SuppressWarnings("WeakerAccess") diff --git a/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java b/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java index 34ddce4e78..0d7bca297b 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java @@ -133,7 +133,7 @@ public class XWPFTheme extends POIXMLDocumentPart { /** * @return typeface of the major font to use in a document. - * Typically the major font is used for heading areas of a document. + * Typically, the major font is used for heading areas of a document. * */ @SuppressWarnings("WeakerAccess") @@ -143,7 +143,7 @@ public class XWPFTheme extends POIXMLDocumentPart { /** * @return typeface of the minor font to use in a document. - * Typically the monor font is used for normal text or paragraph areas. + * Typically, the minor font is used for normal text or paragraph areas. * */ @SuppressWarnings("WeakerAccess") |