mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-16 15:51:16 +00:00
fix issues
This commit is contained in:
@@ -8,10 +8,10 @@ public class GHDeployKey {
|
||||
|
||||
protected String url, key, title;
|
||||
protected boolean verified;
|
||||
protected int id;
|
||||
protected long id;
|
||||
private GHRepository owner;
|
||||
|
||||
public int getId() {
|
||||
public long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user