]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorPJ Fanning <fanningpj@apache.org>
Tue, 16 Nov 2021 00:30:15 +0000 (00:30 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 16 Nov 2021 00:30:15 +0000 (00:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895077 13f79535-47bb-0310-9956-ffa450edef68

poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java
poi/src/main/java/org/apache/poi/ss/formula/eval/AreaEval.java

index f06230a4cedc65cea1a6a6aec586ea6b3442bdf7..36c53d32a2074a4fef143eddfd7cdec7e94b39ee 100644 (file)
@@ -90,7 +90,7 @@ public abstract class HSLFShape implements Shape<HSLFShape,HSLFTextParagraph> {
     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
index 97e387147a40e6c48ef6919bfe11a9327241f42f..b3c19928fa4cde411653ee43f0fcf161c4cea3eb 100644 (file)
@@ -84,7 +84,7 @@ public interface AreaEval extends TwoDEval, ThreeDEval {
     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);