diff options
-rw-r--r-- | java/org/direct_bt/DBGattChar.java | 2 | ||||
-rw-r--r-- | java/org/direct_bt/DBGattDesc.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/org/direct_bt/DBGattChar.java b/java/org/direct_bt/DBGattChar.java index 5579e290..6d93e3f8 100644 --- a/java/org/direct_bt/DBGattChar.java +++ b/java/org/direct_bt/DBGattChar.java @@ -117,7 +117,7 @@ public final class DBGattChar implements AutoCloseable public final List<DBGattDesc> getDescriptors() { return descriptors; } /** - * Return a copy this characteristic's native {@link DBGattValue} value. + * Return a copy of this characteristic's native {@link DBGattValue} value. * * Its capacity defines the maximum writable variable length * and its size defines the maximum writable fixed length. diff --git a/java/org/direct_bt/DBGattDesc.java b/java/org/direct_bt/DBGattDesc.java index f11b8565..a780c501 100644 --- a/java/org/direct_bt/DBGattDesc.java +++ b/java/org/direct_bt/DBGattDesc.java @@ -60,7 +60,7 @@ public final class DBGattDesc implements AutoCloseable public String getType() { return type; } /** - * Return a copy this characteristic descriptor's native {@link DBGattValue} value. + * Return a copy of this characteristic descriptor's native {@link DBGattValue} value. * * Its capacity defines the maximum writable variable length * and its size defines the maximum writable fixed length. |