Skip to content

Commit 54ef7f2

Browse files
committed
Update error prone to 2.50.0
1 parent 2cb90f6 commit 54ef7f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
dropwizard = "5.0.2"
3-
errorprone = "2.49.0"
3+
errorprone = "2.50.0"
44
jackson = "2.22.0"
55
jdbf = "2.2.4"
66
jersey_media_sse = "3.1.11"

verkeersdrukte/src/main/java/nl/bertriksikken/shapefile/ShapeFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ public List<ShapeRecord> getRecords() {
137137
return List.copyOf(records);
138138
}
139139

140-
private static final class ShapeProperties extends LinkedHashMap<String, Object> {}
140+
static final class ShapeProperties extends LinkedHashMap<String, Object> {}
141141

142142
}

0 commit comments

Comments
 (0)