Bump com.carrotsearch:hppc from 0.9.1 to 0.10.0 (#930)

pull/931/head
dependabot[bot] 2024-06-25 08:03:57 -04:00 zatwierdzone przez GitHub
rodzic 7353bf5795
commit 48e192aea9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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));