From ececcf57b88bc737e09aefb7b6e2138d69e5faaa Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Sat, 5 Jan 2013 11:12:25 -0800 Subject: [PATCH] java: update javadoc comments Signed-off-by: Noah Watkins --- 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 da33534f0c6..3bbd4bc701e 100644 --- a/src/java/java/com/ceph/fs/CephMount.java +++ b/src/java/java/com/ceph/fs/CephMount.java @@ -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);