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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to