We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a24dcf commit 49e6d53Copy full SHA for 49e6d53
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/GeoConverters.java
@@ -482,11 +482,6 @@ public Document convert(GeoCommand source) {
482
argument.add(toList(((Circle) shape).getCenter()));
483
argument.add(((Circle) shape).getRadius().getNormalizedValue());
484
485
- } else if (shape instanceof Circle) {
486
-
487
- argument.add(toList(((Circle) shape).getCenter()));
488
- argument.add(((Circle) shape).getRadius());
489
490
} else if (shape instanceof Polygon) {
491
492
for (Point point : ((Polygon) shape).getPoints()) {
0 commit comments