We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ba6e6f + adf09d2 commit 8db6878Copy full SHA for 8db6878
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>gr.geompokon</groupId>
9
<artifactId>bit-array</artifactId>
10
- <version>1.0.2</version>
+ <version>1.0.3</version>
11
12
<name>BitArray</name>
13
<description>Java List of Booleans class with reduced memory usage and higher performance</description>
src/main/java/gr/geompokon/bitarray/BitArray.java
@@ -52,7 +52,7 @@
52
* not follow the one bit per entry principle.
53
* </p>
54
*
55
- * @version 1.0.2
+ * @version 1.0.3
56
* @see java.util.List
57
* @see java.util.AbstractList
58
* @see java.util.ArrayList
0 commit comments