Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/IntVector.java @ 613:f41dd9a3b8af v1.1m4
Remove few Experimental annotations as the API they've marked graduates
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 10 May 2013 17:31:27 +0200 |
parents | 88afffd39899 |
children | 58a6900f845d |
comparison
equal
deleted
inserted
replaced
612:dca70c0b1f74 | 613:f41dd9a3b8af |
---|---|
128 } | 128 } |
129 | 129 |
130 /** | 130 /** |
131 * Use only when this instance won't be used any longer | 131 * Use only when this instance won't be used any longer |
132 */ | 132 */ |
133 @Experimental | |
134 int[] toArray(boolean internalIfSizeMatchCapacity) { | 133 int[] toArray(boolean internalIfSizeMatchCapacity) { |
135 if (count == data.length) { | 134 if (count == data.length) { |
136 return data; | 135 return data; |
137 } | 136 } |
138 return toArray(); | 137 return toArray(); |