@ -160,7 +160,7 @@ The following example shows how to define a `near` query that finds all persons
@@ -160,7 +160,7 @@ The following example shows how to define a `near` query that finds all persons
====
[source,java]
----
public interface PersonRepository extends ReactiveMongoRepository<Person, String>
public interface PersonRepository extends ReactiveMongoRepository<Person, String> {
@ -195,7 +195,7 @@ Spring Data MongoDB supports geo-near queries, as the following example shows:
@@ -195,7 +195,7 @@ Spring Data MongoDB supports geo-near queries, as the following example shows:
[source,java]
----
public interface PersonRepository extends ReactiveMongoRepository<Person, String>
public interface PersonRepository extends ReactiveMongoRepository<Person, String> {