From: Sergey Vladimirov Date: Tue, 9 Aug 2011 05:54:48 +0000 (+0000) Subject: mak HWPFLister as (eternal) @Beta X-Git-Tag: REL_3_8_BETA4~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba78a887c8d9aafdc03d7cc0c90fb629c42b780f;p=poi.git mak HWPFLister as (eternal) @Beta git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155218 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java b/src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java index 44f9e93e53..8328fe9c66 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java @@ -48,6 +48,7 @@ import org.apache.poi.hwpf.usermodel.Paragraph; import org.apache.poi.hwpf.usermodel.Picture; import org.apache.poi.hwpf.usermodel.Range; import org.apache.poi.poifs.filesystem.POIFSFileSystem; +import org.apache.poi.util.Beta; import org.apache.poi.util.IOUtils; /** @@ -57,6 +58,7 @@ import org.apache.poi.util.IOUtils; * @author Nick Burch (nick at torchbox dot com) * @author Sergey Vladimirov (vlsergey at gmail dot com) */ +@Beta public final class HWPFLister { private static HWPFDocumentCore loadDoc( File docFile ) throws IOException