From 22065543949d76019a00d6f483d370ad5bd29efc Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Wed, 29 Jun 2022 16:54:13 +0200 Subject: [PATCH] Rm newline --- .../src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java | 1 + 1 file changed, 1 insertion(+) 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 c2b88fc..79d8c94 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 @@ -115,6 +115,7 @@ public interface CustomApi { @retrofit2.http.Path("repo") String repo, @retrofit2.http.Path("filepath") String filepath, @retrofit2.http.Query("ref") String ref); + /** * Get a file or it's LFS object from a repository *