Added more getHtmlUrl() methods

This commit is contained in:
Kohsuke Kawaguchi
2015-04-13 18:17:37 -07:00
parent aad20d0a03
commit b736e20a74
14 changed files with 93 additions and 8 deletions

View File

@@ -63,6 +63,14 @@ public class GHAuthorization extends GHObject {
return GitHub.parseURL(url);
}
/**
* @deprecated This object has no HTML URL.
*/
@Override
public URL getHtmlUrl() {
return null;
}
public String getNote() {
return note;
}