aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2004-08-23 08:52:54 +0000
committerGlen Stampoultzis <glens@apache.org>2004-08-23 08:52:54 +0000
commited3268bd931a6005d8a6019d0eba9760a84afddc (patch)
tree98df9545c1c9e1fd9a29b049cade3ec995988b46 /src/java/org/apache/poi/poifs/filesystem
parent68b95f3a3fda2a484ea0ded1d083676704703c68 (diff)
downloadpoi-ed3268bd931a6005d8a6019d0eba9760a84afddc.tar.gz
poi-ed3268bd931a6005d8a6019d0eba9760a84afddc.zip
Merged REL_2_BRANCH to head.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/poifs/filesystem')
-rw-r--r--src/java/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/java/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java b/src/java/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java
index e10f28a294..f22f4d330c 100644
--- a/src/java/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java
+++ b/src/java/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java
@@ -226,9 +226,9 @@ public class POIFSDocumentPath
* <p>Returns the path's parent or <code>null</code> if this path
* is the root path.</p>
*
- * @return path of parent, or null if this path is the root path
- *
+ * @author Rainer Klute (klute@rainer-klute.de)
* @since 2002-01-24
+ * @return path of parent, or null if this path is the root path
*/
public POIFSDocumentPath getParent()
@@ -250,9 +250,10 @@ public class POIFSDocumentPath
* <p>Returns a string representation of the path. Components are
* separated by the platform-specific file separator.</p>
*
- * @return string representation
- *
+ * @author Rainer Klute (klute@rainer-klute.de)
* @since 2002-01-24
+ *
+ * @return string representation
*/
public String toString()