Skip to content

Commit 913b819

Browse files
authored
Update gitlab4j-api/src/main/java/org/gitlab4j/api/RepositoryApi.java
1 parent 8e5f5c9 commit 913b819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab4j-api/src/main/java/org/gitlab4j/api/RepositoryApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ public CompareResults compare(Object projectIdOrPath, String from, String to) th
946946
* @return a CompareResults containing the results of the comparison
947947
* @throws GitLabApiException if any exception occurs
948948
*/
949-
public CompareResults compare(Object projectIdOrPath, String from, String to, Object fromProjectId, boolean straight)
949+
public CompareResults compare(Object projectIdOrPath, String from, String to, Long fromProjectId, Boolean straight)
950950
throws GitLabApiException {
951951
GitLabApiForm formData = new GitLabApiForm()
952952
.withParam("from", from, true)

0 commit comments

Comments
 (0)