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
256c211e
Commit
256c211e
authored
Jun 26, 2017
by
Greg Messner
Browse files
Fixed Javadoc warning.
parent
85d04177
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/RepositoryApi.java
View file @
256c211e
...
...
@@ -469,7 +469,7 @@ public class RepositoryApi extends AbstractApi {
* @param from the commit SHA or branch name
* @param to the commit SHA or branch name
* @return a CompareResults containing the results of the comparison
* @throws GitLabApiException
* @throws GitLabApiException
if any exception occurs
*/
public
CompareResults
compare
(
Integer
projectId
,
String
from
,
String
to
)
throws
GitLabApiException
{
Form
formData
=
new
GitLabApiForm
().
withParam
(
"from"
,
from
,
true
).
withParam
(
"to"
,
to
,
true
);
...
...
@@ -485,7 +485,7 @@ public class RepositoryApi extends AbstractApi {
* @param from the commit SHA or branch name
* @param to the commit SHA or branch name
* @return a CompareResults containing the results of the comparison
* @throws GitLabApiException
* @throws GitLabApiException
if any exception occurs
*/
public
CompareResults
compare
(
String
projectPath
,
String
from
,
String
to
)
throws
GitLabApiException
{
...
...
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