this field is not yet used

This commit is contained in:
Kohsuke Kawaguchi
2016-11-16 22:49:13 -08:00
parent 18e797095f
commit 1296514794

View File

@@ -109,6 +109,6 @@ public class GHAuthorization extends GHObject {
private static class App {
private String url;
private String name;
private String client_id;
// private String client_id; not yet used
}
}