You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/11/14 12:59:33 UTC

svn commit: r1895033 - /poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java

Author: kiwiwings
Date: Sun Nov 14 12:59:33 2021
New Revision: 1895033

URL: http://svn.apache.org/viewvc?rev=1895033&view=rev
Log:
fix copy & paste package namespace

Modified:
    poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java

Modified: poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java?rev=1895033&r1=1895032&r2=1895033&view=diff
==============================================================================
--- poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java (original)
+++ poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java Sun Nov 14 12:59:33 2021
@@ -15,7 +15,7 @@
    limitations under the License.
 ==================================================================== */
 
-package com.github.pjfanning.poi.sample;
+package org.apache.poi.examples.hpsf;
 
 import java.io.File;
 import java.io.FileNotFoundException;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org