]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
java: update javadoc comments
authorNoah Watkins <noahwatkins@gmail.com>
Sat, 5 Jan 2013 19:12:25 +0000 (11:12 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Sat, 5 Jan 2013 19:12:25 +0000 (11:12 -0800)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/java/java/com/ceph/fs/CephMount.java

index da33534f0c655b15a7c159aec4911ccf439d5829..3bbd4bc701e545029fa5dd865cfab070351093db 100644 (file)
@@ -666,9 +666,9 @@ public class CephMount {
   private static synchronized native int native_ceph_localize_reads(long mountp, boolean on);
 
   /**
-   * Pull the stripe unit granularity from the underlying ceph installation.
+   * Get file layout stripe unit granularity.
    *
-   * @return all block sizes must be a (non-zero) multiple of this value.
+   * @return Stripe unit granularity.
    */
   public int get_stripe_unit_granularity() {
     return native_ceph_get_stripe_unit_granularity(instance_ptr);