File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
main/java/org/gitlab4j/api/models
test/resources/org/gitlab4j/api Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public class SearchBlob {
77 private String basename ;
88 private String data ;
99 private String filename ;
10- private Long id ;
10+ private String id ;
1111 private String ref ;
1212 private Integer startline ;
1313 private Long projectId ;
@@ -36,11 +36,11 @@ public void setFilename(String filename) {
3636 this .filename = filename ;
3737 }
3838
39- public Long getId () {
39+ public String getId () {
4040 return id ;
4141 }
4242
43- public void setId (Long id ) {
43+ public void setId (String id ) {
4444 this .id = id ;
4545 }
4646
Original file line number Diff line number Diff line change 33 "basename" : " home" ,
44 "data" : " hello\n\n and bye\n\n end" ,
55 "filename" : " home.md" ,
6- "id" : 123 ,
6+ "id" : " a0b24fa71d6d8cef7393e877c608496f91ded0f6 " ,
77 "ref" : " master" ,
88 "startline" : 5 ,
99 "project_id" : 6
You can’t perform that action at this time.
0 commit comments