Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de authored and christophstrobl committed Nov 22, 2024
1 parent 0da10dd commit bfa1466
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mongodb/fragment-spi/atlas-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-mongodb-examples</artifactId>
<artifactId>spring-data-mongodb-fragment-spi</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public AtlasRepositoryFragment(@Autowired MongoOperations mongoOperations) {
public List<T> vectorSearch(String index, String path, List<Double> vector, Limit limit) {

RepositoryMethodContext metadata = RepositoryMethodContext.currentMethod();
Objects.requireNonNull(metadata);

Class<?> domainType = metadata.getRepository().getDomainType();
System.out.println("domainType: " + domainType);
Expand Down
2 changes: 1 addition & 1 deletion mongodb/fragment-spi/sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-mongodb-examples</artifactId>
<artifactId>spring-data-mongodb-fragment-spi</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit bfa1466

Please sign in to comment.