Author: fanningpj
Date: Tue Nov 16 00:30:15 2021
New Revision: 1895077
URL: http://svn.apache.org/viewvc?rev=1895077&view=rev
Log:
javadoc
Modified:
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/eval/AreaEval.java
Modified:
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java?rev=1895077&r1=1895076&r2=1895077&view=diff
==============================================================================
---
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java
(original)
+++
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java
Tue Nov 16 00:30:15 2021
@@ -90,7 +90,7 @@ public abstract class HSLFShape implemen
private HSLFFill _fill;
/**
- * Create a Shape object. This constructor is used when an existing Shape
is read from from a PowerPoint document.
+ * Create a Shape object. This constructor is used when an existing Shape
is read from a PowerPoint document.
*
* @param escherRecord {@code EscherSpContainer} container which
holds information about this shape
* @param parent the parent of this Shape
Modified:
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/eval/AreaEval.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/eval/AreaEval.java?rev=1895077&r1=1895076&r2=1895077&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/eval/AreaEval.java
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/eval/AreaEval.java
Tue Nov 16 00:30:15 2021
@@ -84,7 +84,7 @@ public interface AreaEval extends TwoDEv
ValueEval getRelativeValue(int relativeRowIndex, int relativeColumnIndex);
/**
- * Creates an AreaEval offset by a relative amount from from the upper
left cell
+ * Creates an AreaEval offset by a relative amount from the upper left cell
* of this area
*/
AreaEval offset(int relFirstRowIx, int relLastRowIx, int relFirstColIx,
int relLastColIx);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]