Author: fanningpj
Date: Mon Sep 27 11:34:18 2021
New Revision: 1893673

URL: http://svn.apache.org/viewvc?rev=1893673&view=rev
Log:
use https

Modified:
    poi/trunk/poi-examples/src/main/java9/module-info.class
    poi/trunk/poi-integration/src/test/java9/module-info.class
    poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java
    poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java
    
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java
    poi/trunk/poi/src/main/java9/module-info.class
    poi/trunk/poi/src/test/java9/module-info.class

Modified: poi/trunk/poi-examples/src/main/java9/module-info.class
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-examples/src/main/java9/module-info.class?rev=1893673&r1=1893672&r2=1893673&view=diff
==============================================================================
Binary files - no diff available.

Modified: poi/trunk/poi-integration/src/test/java9/module-info.class
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-integration/src/test/java9/module-info.class?rev=1893673&r1=1893672&r2=1893673&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java?rev=1893673&r1=1893672&r2=1893673&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java 
Mon Sep 27 11:34:18 2021
@@ -55,7 +55,7 @@ import static org.apache.logging.log4j.u
  * 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

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java?rev=1893673&r1=1893672&r2=1893673&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java 
Mon Sep 27 11:34:18 2021
@@ -74,7 +74,7 @@ import org.apache.poi.util.RecordFormatE
  * 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

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java?rev=1893673&r1=1893672&r2=1893673&view=diff
==============================================================================
--- 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java 
(original)
+++ 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/chart/ChartRecord.java 
Mon Sep 27 11:34:18 2021
@@ -32,7 +32,7 @@ import org.apache.poi.util.LittleEndianO
  * 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.

Modified: poi/trunk/poi/src/main/java9/module-info.class
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java9/module-info.class?rev=1893673&r1=1893672&r2=1893673&view=diff
==============================================================================
Binary files - no diff available.

Modified: poi/trunk/poi/src/test/java9/module-info.class
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/test/java9/module-info.class?rev=1893673&r1=1893672&r2=1893673&view=diff
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to