diff --git a/src/java/org/apache/hadoop/hbase/client/Put.java b/src/java/org/apache/hadoop/hbase/client/Put.java index 80219c6..2532800 100644 --- a/src/java/org/apache/hadoop/hbase/client/Put.java +++ b/src/java/org/apache/hadoop/hbase/client/Put.java @@ -17,6 +17,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.hadoop.hbase.client; import java.io.DataInput; @@ -341,7 +342,7 @@ public class Put implements HeapSize, Writable, Comparable { int totalLen = in.readInt(); byte [] buf = new byte[totalLen]; int offset = 0; - for(int j=0;j