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
93fe91a6
Commit
93fe91a6
authored
Oct 12, 2019
by
Greg Messner
Browse files
Fixed formatting issue.
parent
e4d289f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/ProjectApi.java
View file @
93fe91a6
...
@@ -2945,7 +2945,7 @@ public class ProjectApi extends AbstractApi implements Constants {
...
@@ -2945,7 +2945,7 @@ public class ProjectApi extends AbstractApi implements Constants {
*/
*/
public
void
triggerHousekeeping
(
Object
projectIdOrPath
)
throws
GitLabApiException
{
public
void
triggerHousekeeping
(
Object
projectIdOrPath
)
throws
GitLabApiException
{
post
(
Response
.
Status
.
OK
,
(
Form
)
null
,
"projects"
,
getProjectIdOrPath
(
projectIdOrPath
),
"housekeeping"
);
post
(
Response
.
Status
.
OK
,
(
Form
)
null
,
"projects"
,
getProjectIdOrPath
(
projectIdOrPath
),
"housekeeping"
);
}
}
/**
/**
* Gets a list of a project’s badges and its group badges.
* Gets a list of a project’s badges and its group badges.
...
...
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