Author: nick
Date: Wed Jun 26 00:21:40 2013
New Revision: 1496685

URL: http://svn.apache.org/r1496685
Log:
JavaDoc fix - missing >

Modified:
    poi/trunk/src/java/org/apache/poi/POIDocument.java

Modified: poi/trunk/src/java/org/apache/poi/POIDocument.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/POIDocument.java?rev=1496685&r1=1496684&r2=1496685&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/POIDocument.java (original)
+++ poi/trunk/src/java/org/apache/poi/POIDocument.java Wed Jun 26 00:21:40 2013
@@ -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<String>)} 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<String>)} instead
     */
     @Deprecated
     protected void copyNodes( DirectoryNode sourceRoot,



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to