From 92c188d4dab72a5400e76bea100ec754f8b787d9 Mon Sep 17 00:00:00 2001
From: "Brian S. O'Neill" <bronee@gmail.com>
Date: Fri, 18 Jul 2008 04:43:08 +0000
Subject: Fix comment.

---
 src/main/java/com/amazon/carbonado/raw/KeyEncoder.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/amazon/carbonado/raw/KeyEncoder.java b/src/main/java/com/amazon/carbonado/raw/KeyEncoder.java
index 2d2dd71..2e61978 100644
--- a/src/main/java/com/amazon/carbonado/raw/KeyEncoder.java
+++ b/src/main/java/com/amazon/carbonado/raw/KeyEncoder.java
@@ -304,7 +304,7 @@ public class KeyEncoder {
      * bytes. If the BigInteger is null, exactly 1 byte is written. Otherwise,
      * the amount written can be determined by calling calculateEncodedLength.
      *
-     * @param value byte array value to encode, may be null
+     * @param value BigInteger value to encode, may be null
      * @param dst destination for encoded bytes
      * @param dstOffset offset into destination array
      * @return amount of bytes written
@@ -348,7 +348,7 @@ public class KeyEncoder {
      * written. Otherwise, the amount written can be determined by calling
      * calculateEncodedLength.
      *
-     * @param value byte array value to encode, may be null
+     * @param value BigInteger value to encode, may be null
      * @param dst destination for encoded bytes
      * @param dstOffset offset into destination array
      * @return amount of bytes written
-- 
cgit v1.2.3