Skip to content

Commit 8560a7b

Browse files
committed
Changes du to review
1 parent 17d0b2f commit 8560a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public void waitForTask(int uid) throws MeilisearchException {
268268
* https://docs.meilisearch.com/reference/api/keys.html#get-one-key
269269
*
270270
* @param uid Identifier of the requested Key
271-
* @return Meilisearch API response as Key Instance
271+
* @return Key Instance
272272
* @throws MeilisearchException if an error occurs
273273
*/
274274
public Key getKey(String uid) throws MeilisearchException {

0 commit comments

Comments
 (0)