Skip to content

Commit af662a0

Browse files
committed
Lint
1 parent f873afe commit af662a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/meilisearch/sdk/Index.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,8 +1248,7 @@ public TaskInfo resetSearchCutoffMsSettings() throws MeilisearchException {
12481248
* @param query SimilarDocumentRequest containing parameters for the similar documents search
12491249
* @return SimilarDocumentsResults containing the search results
12501250
* @throws MeilisearchException if an error occurs
1251-
* @see <a href="https://www.meilisearch.com/docs/reference/api/similar">API
1252-
* specification</a>
1251+
* @see <a href="https://www.meilisearch.com/docs/reference/api/similar">API specification</a>
12531252
*/
12541253
public SimilarDocumentsResults searchSimilarDocuments(SimilarDocumentRequest query)
12551254
throws MeilisearchException {

src/main/java/com/meilisearch/sdk/model/Hybrid.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.meilisearch.sdk.model;
22

3-
// @brunoocasali: I don't think we should use the fasterxml.jackson annotations across the library, since this should be customizable 🤔
3+
// @brunoocasali: I don't think we should use the fasterxml.jackson annotations across the library,
4+
// since this should be customizable 🤔
45
import com.fasterxml.jackson.annotation.JsonInclude;
56
import lombok.AccessLevel;
67
import lombok.AllArgsConstructor;

0 commit comments

Comments
 (0)