Skip to content

Commit eee4ed1

Browse files
committed
Fixed javadoc issues.
1 parent fff854e commit eee4ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/gitlab4j/api/RepositoryFileApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public void deleteFile(Object projectIdOrPath, String filePath, String branchNam
347347
* @param branchName the name of branch
348348
* @param commitMessage the commit message
349349
* @throws GitLabApiException if any exception occurs
350-
* @deprecated Will be removed in version 5.0, replaced by {@link #deleteFile(Object, RepositoryFile, String, String)}
350+
* @deprecated Will be removed in version 5.0, replaced by {@link #deleteFile(Object, String, String, String)}
351351
*/
352352
@Deprecated
353353
public void deleteFile(String filePath, Integer projectId, String branchName, String commitMessage) throws GitLabApiException {
@@ -364,7 +364,7 @@ public void deleteFile(String filePath, Integer projectId, String branchName, St
364364
* V4:
365365
* GET /projects/:id/repository/files/:filepath
366366
*
367-
* @param projectId the ID of the project
367+
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
368368
* @param commitOrBranchName the commit or branch name to get the file for
369369
* @param filepath the path of the file to get
370370
* @param directory the File instance of the directory to save the file to, if null will use "java.io.tmpdir"

0 commit comments

Comments
 (0)