diff options
author | Noah Watkins <noahwatkins@gmail.com> | 2013-01-05 20:12:25 +0100 |
---|---|---|
committer | Noah Watkins <noahwatkins@gmail.com> | 2013-01-05 20:12:25 +0100 |
commit | ececcf57b88bc737e09aefb7b6e2138d69e5faaa (patch) | |
tree | c3cc72d58805cea74c3eba35e1715a037682ba83 /src/java | |
parent | java: fix whitespace (diff) | |
download | ceph-ececcf57b88bc737e09aefb7b6e2138d69e5faaa.tar.xz ceph-ececcf57b88bc737e09aefb7b6e2138d69e5faaa.zip |
java: update javadoc comments
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
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 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); |