Author: fanningpj
Date: Mon Nov 21 20:22:40 2022
New Revision: 1905445
URL: http://svn.apache.org/viewvc?rev=1905445&view=rev
Log:
javadoc
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java?rev=1905445&r1=1905444&r2=1905445&view=diff
==============================================================================
---
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java
(original)
+++
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java
Mon Nov 21 20:22:40 2022
@@ -149,7 +149,7 @@ public class XSLFTheme extends POIXMLDoc
/**
* @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 POIXMLDoc
/**
* @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")
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java?rev=1905445&r1=1905444&r2=1905445&view=diff
==============================================================================
---
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java
(original)
+++
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java
Mon Nov 21 20:22:40 2022
@@ -133,7 +133,7 @@ public class XWPFTheme extends POIXMLDoc
/**
* @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 POIXMLDoc
/**
* @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")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]