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 *