Author: fanningpj
Date: Tue Nov 16 00:41:07 2021
New Revision: 1895078
URL: http://svn.apache.org/viewvc?rev=1895078&view=rev
Log:
javadoc
Modified:
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java
poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestValueRecordsAggregate.java
Modified:
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java?rev=1895078&r1=1895077&r2=1895078&view=diff
==============================================================================
---
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java
(original)
+++
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java
Tue Nov 16 00:41:07 2021
@@ -223,7 +223,7 @@ public class AddDimensionedImage {
public static final int OVERLAY_ROW_AND_COLUMN = 7;
// Modified to support EMU - English Metric Units - used within the OOXML
- // workbooks, this multoplier is used to convert between measurements in
+ // workbooks, this multiplier is used to convert between measurements in
// millimetres and in EMUs
private static final int EMU_PER_MM = 36000;
@@ -234,7 +234,7 @@ public class AddDimensionedImage {
* top left hand corner should be aligned with the top
* left hand corner of the image; for example "A1", "A2"
* etc. This is to support the familiar Excel syntax.
- * Whilst images are are not actually inserted into cells
+ * Whilst images are not actually inserted into cells
* this provides a convenient method of indicating where
* the image should be positioned on the sheet.
* @param sheet A reference to the sheet that contains the cell referenced
Modified:
poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestValueRecordsAggregate.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestValueRecordsAggregate.java?rev=1895078&r1=1895077&r2=1895078&view=diff
==============================================================================
---
poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestValueRecordsAggregate.java
(original)
+++
poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestValueRecordsAggregate.java
Tue Nov 16 00:41:07 2021
@@ -217,7 +217,7 @@ final class TestValueRecordsAggregate {
/**
* Sometimes the 'shared formula' flag ({@code
FormulaRecord.isSharedFormula()}) is set when
* there is no corresponding SharedFormulaRecord available.
SharedFormulaRecord definitions do
- * not span multiple sheets. They are are only defined within a sheet,
and thus they do not
+ * not span multiple sheets. They are only defined within a sheet, and
thus they do not
* have a sheet index field (only row and column range fields).<br>
* So it is important that the code which locates the SharedFormulaRecord
for each
* FormulaRecord does not allow matches across sheets.<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]