From: Nick Burch Date: Wed, 26 Jun 2013 00:21:40 +0000 (+0000) Subject: JavaDoc fix - missing > X-Git-Tag: REL_3_10_BETA2~69 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c5ab9160e013511adf1154d17ea42f67d1799a3;p=poi.git JavaDoc fix - missing > git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496685 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/POIDocument.java b/src/java/org/apache/poi/POIDocument.java index 3fc63876d5..5b1c2da9b5 100644 --- a/src/java/org/apache/poi/POIDocument.java +++ b/src/java/org/apache/poi/POIDocument.java @@ -236,7 +236,7 @@ public abstract class POIDocument { * @param source is the source POIFS to copy from * @param target is the target POIFS to copy to * @param excepts is a list of Strings specifying what nodes NOT to copy - * @deprecated Use {@link EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List)} instead */ @Deprecated protected void copyNodes( POIFSFileSystem source, POIFSFileSystem target, @@ -249,7 +249,7 @@ public abstract class POIDocument { * @param sourceRoot is the source POIFS to copy from * @param targetRoot is the target POIFS to copy to * @param excepts is a list of Strings specifying what nodes NOT to copy - * @deprecated Use {@link EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List)} instead */ @Deprecated protected void copyNodes( DirectoryNode sourceRoot,