summaryrefslogtreecommitdiffstats
path: root/src/java
diff options
context:
space:
mode:
authorNoah Watkins <noahwatkins@gmail.com>2013-01-05 20:12:25 +0100
committerNoah Watkins <noahwatkins@gmail.com>2013-01-05 20:12:25 +0100
commitececcf57b88bc737e09aefb7b6e2138d69e5faaa (patch)
treec3cc72d58805cea74c3eba35e1715a037682ba83 /src/java
parentjava: fix whitespace (diff)
downloadceph-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.java4
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);