We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75f022 commit e6fce75Copy full SHA for e6fce75
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/GeoConverters.java
@@ -438,11 +438,6 @@ public Document convert(GeoCommand source) {
438
argument.add(toList(((Circle) shape).getCenter()));
439
argument.add(((Circle) shape).getRadius().getNormalizedValue());
440
441
- } else if (shape instanceof Circle) {
442
-
443
- argument.add(toList(((Circle) shape).getCenter()));
444
- argument.add(((Circle) shape).getRadius());
445
446
} else if (shape instanceof Polygon) {
447
448
for (Point point : ((Polygon) shape).getPoints()) {
0 commit comments