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