From 474576677b0e54af36c287e48617fef741bfaee8 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 14 Nov 2021 12:59:33 +0000 Subject: [PATCH] fix copy & paste package namespace git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895033 13f79535-47bb-0310-9956-ffa450edef68 --- .../poi/examples/hpsf/ModifyDocumentSummaryInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java b/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java index 371791beaf..1743f106d9 100644 --- a/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java +++ b/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java @@ -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;