]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorPJ Fanning <fanningpj@apache.org>
Mon, 21 Nov 2022 20:22:40 +0000 (20:22 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 21 Nov 2022 20:22:40 +0000 (20:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905445 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java
poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java

index c8deecdc66895a4b1ac9657417b936999cfcf5b0..002f2a3fa582598b5de87eec0dc0b5273d7c69f5 100644 (file)
@@ -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")
index 34ddce4e78921da5fc24f361e0e064b5dee9e985..0d7bca297bb1893e73c041f9e65ed6577e39169e 100644 (file)
@@ -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")