Fix JavaDoc warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2013-06-26 00:56:28 +00:00
parent b3e4741320
commit 1ae9e8eba6
2 changed files with 4 additions and 5 deletions

View File

@ -236,7 +236,7 @@ public abstract class POIDocument {
* @param source is the source POIFS to copy from * @param source is the source POIFS to copy from
* @param target is the target POIFS to copy to * @param target is the target POIFS to copy to
* @param excepts is a list of Strings specifying what nodes NOT to copy * @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 @Deprecated
protected void copyNodes( POIFSFileSystem source, POIFSFileSystem target, 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 sourceRoot is the source POIFS to copy from
* @param targetRoot is the target POIFS to copy to * @param targetRoot is the target POIFS to copy to
* @param excepts is a list of Strings specifying what nodes NOT to copy * @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 @Deprecated
protected void copyNodes( DirectoryNode sourceRoot, protected void copyNodes( DirectoryNode sourceRoot,

View File

@ -128,9 +128,8 @@ public class CommentsTable extends POIXMLDocumentPart {
/** /**
* This method is deprecated and should not be used any more as * This method is deprecated and should not be used any more as
* it overwrites the comment in Cell A1. * it silently overwrites the comment in Cell A1 if present
* * @deprecated Use {@link #newComment(String)} instead to explicitly set the cell reference to create for
* @return
*/ */
@Deprecated @Deprecated
public CTComment newComment() { public CTComment newComment() {