From bac21cc1a6d5a82c3edc859b5e6d60413ef642c1 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 21 Nov 2022 20:22:40 +0000 Subject: [PATCH] javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905445 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java | 4 ++-- .../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") -- 2.39.5