Skip to content

Commit

Permalink
Bump com.carrotsearch:hppc from 0.9.1 to 0.10.0 (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 7353bf5 commit 48e192a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planetiler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ void encode(CoordinateSequence cs, boolean closePathAtEnd, boolean multiPoint, G
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));
Expand Down

0 comments on commit 48e192a

Please sign in to comment.