]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix warning in JavaDoc
authorNoah Watkins <noahwatkins@gmail.com>
Fri, 26 Oct 2012 19:09:44 +0000 (12:09 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Fri, 26 Oct 2012 19:09:44 +0000 (12:09 -0700)
src/java/java/com/ceph/fs/CephMount.java

index 0211f673073c57066cc1f0352cbe5dc8a4a1cde8..26226ec11d13bbb51087f2170fd7e38dea95cc5d 100644 (file)
@@ -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.
    */