summaryrefslogtreecommitdiff
path: root/base/src/main/java/com/smartdevicelink/util/BitConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/src/main/java/com/smartdevicelink/util/BitConverter.java')
-rw-r--r--base/src/main/java/com/smartdevicelink/util/BitConverter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/src/main/java/com/smartdevicelink/util/BitConverter.java b/base/src/main/java/com/smartdevicelink/util/BitConverter.java
index 1133579b9..df507d6fe 100644
--- a/base/src/main/java/com/smartdevicelink/util/BitConverter.java
+++ b/base/src/main/java/com/smartdevicelink/util/BitConverter.java
@@ -107,7 +107,7 @@ public class BitConverter {
/**
* @param sizeBuf byte array that will be converted to int
- * @param offset The position indicating where to begin converting.
+ * @param offset The position indicating where to begin converting.
* @return int converted from byte array,
* -1 if byte array is null,
* and 0 if the offset is greater than the length of the byte array
@@ -137,7 +137,7 @@ public class BitConverter {
/**
* @param sizeBuf byte array that will be converted to short
- * @param offset The position indicating where to begin converting.
+ * @param offset The position indicating where to begin converting.
* @return short converted from byte array,
* -1 if byte array is null,
* and 0 if the offset is greater than the length of the byte array