From 8334fb6cbd64d45b067108abbf312b74469f1dad Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 27 Sep 2021 11:34:18 +0000 Subject: use https git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893673 13f79535-47bb-0310-9956-ffa450edef68 --- poi-examples/src/main/java9/module-info.class | Bin 978 -> 979 bytes poi-integration/src/test/java9/module-info.class | Bin 683 -> 684 bytes .../java/org/apache/poi/hssf/model/InternalSheet.java | 2 +- .../org/apache/poi/hssf/model/InternalWorkbook.java | 2 +- .../org/apache/poi/hssf/record/chart/ChartRecord.java | 2 +- poi/src/main/java9/module-info.class | Bin 3420 -> 3421 bytes poi/src/test/java9/module-info.class | Bin 4144 -> 4145 bytes 7 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poi-examples/src/main/java9/module-info.class b/poi-examples/src/main/java9/module-info.class index 274689a12c..f35935461e 100644 Binary files a/poi-examples/src/main/java9/module-info.class and b/poi-examples/src/main/java9/module-info.class differ diff --git a/poi-integration/src/test/java9/module-info.class b/poi-integration/src/test/java9/module-info.class index 91f8145f25..4f3e0f3bba 100644 Binary files a/poi-integration/src/test/java9/module-info.class and b/poi-integration/src/test/java9/module-info.class differ diff --git a/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java b/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java index 4821047f7c..055acaae99 100644 --- a/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java +++ b/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java @@ -55,7 +55,7 @@ import static org.apache.logging.log4j.util.Unbox.box; * The structures of the highlevel API use references to this to perform most of their * operations. Its probably unwise to use these low level structures directly unless you * really know what you're doing. I recommend you read the Microsoft Excel 97 Developer's - * Kit (Microsoft Press) and the documentation at http://sc.openoffice.org/excelfileformat.pdf + * Kit (Microsoft Press) and the documentation at https://sc.openoffice.org/excelfileformat.pdf * before even attempting to use this. * * @see InternalWorkbook diff --git a/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java b/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java index c811f5eff1..cff4822a09 100644 --- a/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java +++ b/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java @@ -74,7 +74,7 @@ import org.apache.poi.util.RecordFormatException; * The structures of the highlevel API use references to this to perform most of their * operations. Its probably unwise to use these low level structures directly unless you * really know what you're doing. I recommend you read the Microsoft Excel 97 Developer's - * Kit (Microsoft Press) and the documentation at http://sc.openoffice.org/excelfileformat.pdf + * Kit (Microsoft Press) and the documentation at https://sc.openoffice.org/excelfileformat.pdf * before even attempting to use this. * * @see HSSFWorkbook diff --git a/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java b/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java index 0512e6814a..edf48a7a7b 100644 --- a/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java +++ b/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java @@ -32,7 +32,7 @@ import org.apache.poi.util.LittleEndianOutput; * The chart record is used to define the location and size of a chart.

* * Chart related records don't seem to be covered in either the - * OOO + * OOO * or the * MS * documentation. diff --git a/poi/src/main/java9/module-info.class b/poi/src/main/java9/module-info.class index e9fb506529..7ca4ecd882 100644 Binary files a/poi/src/main/java9/module-info.class and b/poi/src/main/java9/module-info.class differ diff --git a/poi/src/test/java9/module-info.class b/poi/src/test/java9/module-info.class index fd6f5c8758..b145aa3bb7 100644 Binary files a/poi/src/test/java9/module-info.class and b/poi/src/test/java9/module-info.class differ -- cgit v1.2.3