]> source.dussan.org Git - poi.git/commitdiff
use https
authorPJ Fanning <fanningpj@apache.org>
Mon, 27 Sep 2021 11:34:18 +0000 (11:34 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 27 Sep 2021 11:34:18 +0000 (11:34 +0000)
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
poi-integration/src/test/java9/module-info.class
poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java
poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java
poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java
poi/src/main/java9/module-info.class
poi/src/test/java9/module-info.class

index 274689a12ceb9569e6a4e6019d7a9d17807911c5..f35935461e20e8063ef29dd4ae9aba8d40e93ad6 100644 (file)
Binary files a/poi-examples/src/main/java9/module-info.class and b/poi-examples/src/main/java9/module-info.class differ
index 91f8145f2568953996eaf503dff8fcbd9258c904..4f3e0f3bba004cc9cc1e2bd5f93b56cd7b70a5f2 100644 (file)
Binary files a/poi-integration/src/test/java9/module-info.class and b/poi-integration/src/test/java9/module-info.class differ
index 4821047f7c03972be3b6f6b628eeb45eeff162da..055acaae994de81d13ad3f771eb75a96ef1713f7 100644 (file)
@@ -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
index c811f5eff1c7b7440556d296f5c36cf2263579b8..cff4822a09dfdf788ca514287e059f8ffb202b9b 100644 (file)
@@ -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
index 0512e6814a9cda08769426218406d8e33ad80318..edf48a7a7bb985d64958e809e31eee08442e0b33 100644 (file)
@@ -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.
index e9fb5065290aeb68f55022f9151d53e6f85b1b30..7ca4ecd882a04d09234b79b8f0809aa79580adb5 100644 (file)
Binary files a/poi/src/main/java9/module-info.class and b/poi/src/main/java9/module-info.class differ
index fd6f5c8758a8e460c1e5c0a04ff7f3abd595dfc7..b145aa3bb7e76afca6d00a28b2c554c70519ff27 100644 (file)
Binary files a/poi/src/test/java9/module-info.class and b/poi/src/test/java9/module-info.class differ