Skip to content

Commit 9dda0a2

Browse files
authored
Add closing quote to GeoJson javadoc.
Closes #3677
1 parent 7dfe460 commit 9dda0a2

File tree

1 file changed

+1
-1
lines changed
  • spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/geo

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/geo/GeoJson.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package org.springframework.data.mongodb.core.geo;
1717

1818
/**
19-
* Interface definition for structures defined in <a href="https://geojson.org/>GeoJSON</a> format.
19+
* Interface definition for structures defined in <a href="https://geojson.org/">GeoJSON</a> format.
2020
*
2121
* @author Christoph Strobl
2222
* @since 1.7

0 commit comments

Comments
 (0)