File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/springframework/data/couchbase/domain Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ public interface ReactiveAirportRepository
101101 @ ScanConsistency (query = QueryScanConsistency .REQUEST_PLUS )
102102 Mono <Airport > findByIata (String iata );
103103
104- @ Query ("#{#n1ql.delete} WHERE #{#n1ql.filter} and iata = $1 #{#n1ql.returning}" )
104+ @ Query ("#{#n1ql.delete} WHERE #{#n1ql.filter} and iata = $1 #{#n1ql.returning}" )
105105 @ ScanConsistency (query = QueryScanConsistency .REQUEST_PLUS )
106106 Flux <RemoveResult > deleteByIata (String iata );
107107
108- @ Query ("#{#n1ql.delete} WHERE #{#n1ql.filter} and iata = $1 #{#n1ql.returning}" )
108+ @ Query ("#{#n1ql.delete} WHERE #{#n1ql.filter} and iata = $1 #{#n1ql.returning}" )
109109 @ ScanConsistency (query = QueryScanConsistency .REQUEST_PLUS )
110110 @ Collection ("bogus_collection" )
111111 Flux <RemoveResult > deleteByIataAnnotated (String iata );
You can’t perform that action at this time.
0 commit comments