diff options
author | Nick Burch <nick@apache.org> | 2013-06-26 00:56:28 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2013-06-26 00:56:28 +0000 |
commit | 3fa0d1813251bb51f154c37a3061d9bcd1a66563 (patch) | |
tree | 0945e9d520912e00bcf2f1e60d2af36f43142512 /src/java | |
parent | 6d63c0d32ee0ef79391528eb2e7d16b1e658cedc (diff) | |
download | poi-3fa0d1813251bb51f154c37a3061d9bcd1a66563.tar.gz poi-3fa0d1813251bb51f154c37a3061d9bcd1a66563.zip |
Fix JavaDoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java')
-rw-r--r-- | src/java/org/apache/poi/POIDocument.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/poi/POIDocument.java b/src/java/org/apache/poi/POIDocument.java index 5b1c2da9b5..a1a8fe1c80 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<String>)} instead + * @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<String>)} instead + * @deprecated Use {@link EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List)} instead */ @Deprecated protected void copyNodes( DirectoryNode sourceRoot, |