File tree Expand file tree Collapse file tree
src/main/java/org/kohsuke/github Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ public class GHDeployKey {
88
99 protected String url , key , title ;
1010 protected boolean verified ;
11- protected int id ;
11+ protected long id ;
1212 private GHRepository owner ;
1313
14- public int getId () {
14+ public long getId () {
1515 return id ;
1616 }
1717
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class GHEventInfo {
3434 "UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" }, justification = "JSON API" )
3535 public static class GHEventRepository {
3636 @ SuppressFBWarnings (value = "UUF_UNUSED_FIELD" , justification = "We don't provide it in API now" )
37- private int id ;
37+ private long id ;
3838 @ SuppressFBWarnings (value = "UUF_UNUSED_FIELD" , justification = "We don't provide it in API now" )
3939 private String url ; // repository API URL
4040 private String name ; // owner/repo
You can’t perform that action at this time.
0 commit comments