From a4c0f023906a35dfe65afaf01885bd2820f49dbe Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Wed, 20 Jul 2022 16:24:36 +0200 Subject: [PATCH] Fix encoding --- .../main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java b/custom/src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java index 5495e13..1935fc5 100644 --- a/custom/src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java +++ b/custom/src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java @@ -118,7 +118,7 @@ public interface CustomApi { @retrofit2.http.Query("ref") String ref); /** - * Get a file or it's LFS object from a repository + * Get a file or it's LFS object from a repository * * @param owner owner of the repo (required) * @param repo name of the repo (required)