diff src/org/tmatesoft/hg/internal/IntMap.java @ 448:2e402c12ebc6 smartgit3

Issue 31: Revlog#walk() fails with AIOOBE when start > 0
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 06 Jun 2012 21:23:57 +0200
parents 81e9a3c9bafe
children 7bcfbc255f48
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/IntMap.java	Wed Jun 06 20:11:17 2012 +0200
+++ b/src/org/tmatesoft/hg/internal/IntMap.java	Wed Jun 06 21:23:57 2012 +0200
@@ -21,6 +21,7 @@
 
 /**
  * Map implementation that uses plain int keys and performs with log n effectiveness.
+ * May contain null values
  * 
  * @author Artem Tikhomirov
  * @author TMate Software Ltd.