kopia lustrzana https://github.com/onthegomap/planetiler
Bump com.carrotsearch:hppc from 0.9.1 to 0.10.0 (#930)
rodzic
7353bf5795
commit
48e192aea9
|
|
@ -27,7 +27,7 @@
|
|||
<dependency>
|
||||
<groupId>com.carrotsearch</groupId>
|
||||
<artifactId>hppc</artifactId>
|
||||
<version>0.9.1</version>
|
||||
<version>0.10.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.roaringbitmap</groupId>
|
||||
|
|
|
|||
|
|
@ -1195,7 +1195,7 @@ public class VectorTile {
|
|||
if (lineToIndex > 0) {
|
||||
if (lineToLength == 0) {
|
||||
// remove empty LineTo
|
||||
result.remove(lineToIndex);
|
||||
result.removeAt(lineToIndex);
|
||||
} else {
|
||||
// update LineTo with new length
|
||||
result.set(lineToIndex, commandAndLength(Command.LINE_TO, lineToLength));
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue