diff options
author | Noah Watkins <noahwatkins@gmail.com> | 2012-10-26 12:09:44 -0700 |
---|---|---|
committer | Noah Watkins <noahwatkins@gmail.com> | 2012-10-26 12:09:44 -0700 |
commit | d4da4dcf3d2dc478bc77396214c4091fa2baa8ba (patch) | |
tree | ec16ca72cd6f5485bd4001aaa12e9a90e554239b /src/java | |
parent | e225767384f95cb9b00ef62087278e8c3ece4ba4 (diff) | |
download | ceph-d4da4dcf3d2dc478bc77396214c4091fa2baa8ba.tar.gz |
doc: fix warning in JavaDoc
Diffstat (limited to 'src/java')
-rw-r--r-- | src/java/java/com/ceph/fs/CephMount.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/java/com/ceph/fs/CephMount.java b/src/java/java/com/ceph/fs/CephMount.java index 0211f673073..26226ec11d1 100644 --- a/src/java/java/com/ceph/fs/CephMount.java +++ b/src/java/java/com/ceph/fs/CephMount.java @@ -470,7 +470,7 @@ public class CephMount { * @param path File path. * @param name Name of the attribute. * @param buf Buffer to store attribute value. - * @param The length of the attribute value. See description for more + * @return The length of the attribute value. See description for more * details. */ public long getxattr(String path, String name, byte[] buf) throws FileNotFoundException { @@ -487,7 +487,7 @@ public class CephMount { * * @param path File path. * @param name Name of attribute. - * @param nuf Buffer to store attribute value. + * @param buf Buffer to store attribute value. * @return The length of the attribute value. See description for more * details. */ |