Skip to content

Commit e7d6413

Browse files
committed
The @nullable is not applicable for the primitive type void
1 parent 5503d41 commit e7d6413

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-ai-core/src/main/java/org/springframework/ai/vectorstore/observation/AbstractObservationVectorStore.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import java.util.List;
2020
import java.util.Optional;
21-
import java.util.stream.Collectors;
2221

2322
import io.micrometer.observation.ObservationRegistry;
2423

@@ -150,7 +149,6 @@ public List<Document> similaritySearch(SearchRequest request) {
150149
* logic.
151150
* @param filterExpression Filter expression to identify documents to delete
152151
*/
153-
@Nullable
154152
protected void doDelete(Filter.Expression filterExpression) {
155153
// this is temporary until we implement this method in all concrete vector stores,
156154
// at which point

0 commit comments

Comments
 (0)