aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-27 11:34:18 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-27 11:34:18 +0000
commit8334fb6cbd64d45b067108abbf312b74469f1dad (patch)
tree102cae690dd6ca11ee06bbd0350822c841bad969
parent16d6fbe14445afe0460d2d4e93cd9b3c5e905e18 (diff)
downloadpoi-8334fb6cbd64d45b067108abbf312b74469f1dad.tar.gz
poi-8334fb6cbd64d45b067108abbf312b74469f1dad.zip
use https
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893673 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--poi-examples/src/main/java9/module-info.classbin978 -> 979 bytes
-rw-r--r--poi-integration/src/test/java9/module-info.classbin683 -> 684 bytes
-rw-r--r--poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java2
-rw-r--r--poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java2
-rw-r--r--poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java2
-rw-r--r--poi/src/main/java9/module-info.classbin3420 -> 3421 bytes
-rw-r--r--poi/src/test/java9/module-info.classbin4144 -> 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
--- a/poi-examples/src/main/java9/module-info.class
+++ b/poi-examples/src/main/java9/module-info.class
Binary files 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
--- a/poi-integration/src/test/java9/module-info.class
+++ b/poi-integration/src/test/java9/module-info.class
Binary files 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.<p>
*
* Chart related records don't seem to be covered in either the
- * <A HREF="http://sc.openoffice.org/excelfileformat.pdf">OOO</A>
+ * <A HREF="https://sc.openoffice.org/excelfileformat.pdf">OOO</A>
* or the
* <A HREF="http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Excel97-2007BinaryFileFormat(xls)Specification.pdf">MS</A>
* documentation.
diff --git a/poi/src/main/java9/module-info.class b/poi/src/main/java9/module-info.class
index e9fb506529..7ca4ecd882 100644
--- a/poi/src/main/java9/module-info.class
+++ b/poi/src/main/java9/module-info.class
Binary files differ
diff --git a/poi/src/test/java9/module-info.class b/poi/src/test/java9/module-info.class
index fd6f5c8758..b145aa3bb7 100644
--- a/poi/src/test/java9/module-info.class
+++ b/poi/src/test/java9/module-info.class
Binary files differ