Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
eee4ed12
Commit
eee4ed12
authored
Dec 12, 2018
by
Greg Messner
Browse files
Fixed javadoc issues.
parent
fff854e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/RepositoryFileApi.java
View file @
eee4ed12
...
@@ -347,7 +347,7 @@ public class RepositoryFileApi extends AbstractApi {
...
@@ -347,7 +347,7 @@ public class RepositoryFileApi extends AbstractApi {
* @param branchName the name of branch
* @param branchName the name of branch
* @param commitMessage the commit message
* @param commitMessage the commit message
* @throws GitLabApiException if any exception occurs
* @throws GitLabApiException if any exception occurs
* @deprecated Will be removed in version 5.0, replaced by {@link #deleteFile(Object,
RepositoryFile
, String, String)}
* @deprecated Will be removed in version 5.0, replaced by {@link #deleteFile(Object,
String
, String, String)}
*/
*/
@Deprecated
@Deprecated
public
void
deleteFile
(
String
filePath
,
Integer
projectId
,
String
branchName
,
String
commitMessage
)
throws
GitLabApiException
{
public
void
deleteFile
(
String
filePath
,
Integer
projectId
,
String
branchName
,
String
commitMessage
)
throws
GitLabApiException
{
...
@@ -364,7 +364,7 @@ public class RepositoryFileApi extends AbstractApi {
...
@@ -364,7 +364,7 @@ public class RepositoryFileApi extends AbstractApi {
* V4:
* V4:
* GET /projects/:id/repository/files/:filepath
* GET /projects/:id/repository/files/:filepath
*
*
* @param projectId
the ID of the project
* @param projectId
OrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param commitOrBranchName the commit or branch name to get the file for
* @param commitOrBranchName the commit or branch name to get the file for
* @param filepath the path of the file to get
* @param filepath the path of the file to get
* @param directory the File instance of the directory to save the file to, if null will use "java.io.tmpdir"
* @param directory the File instance of the directory to save the file to, if null will use "java.io.tmpdir"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment