From d4da4dcf3d2dc478bc77396214c4091fa2baa8ba Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Fri, 26 Oct 2012 12:09:44 -0700 Subject: [PATCH] doc: fix warning in JavaDoc --- src/java/java/com/ceph/fs/CephMount.java | 4 ++-- 1 file 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 0211f673073c5..26226ec11d13b 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. */ -- 2.39.5