We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb90f6 commit 54ef7f2Copy full SHA for 54ef7f2
2 files changed
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
dropwizard = "5.0.2"
3
-errorprone = "2.49.0"
+errorprone = "2.50.0"
4
jackson = "2.22.0"
5
jdbf = "2.2.4"
6
jersey_media_sse = "3.1.11"
verkeersdrukte/src/main/java/nl/bertriksikken/shapefile/ShapeFile.java
@@ -137,6 +137,6 @@ public List<ShapeRecord> getRecords() {
137
return List.copyOf(records);
138
}
139
140
- private static final class ShapeProperties extends LinkedHashMap<String, Object> {}
+ static final class ShapeProperties extends LinkedHashMap<String, Object> {}
141
142
0 commit comments