doc improvement

This commit is contained in:
Kohsuke Kawaguchi
2013-04-16 12:14:06 -07:00
parent e9564f101b
commit df857d3a84
2 changed files with 14 additions and 3 deletions

View File

@@ -1,12 +1,16 @@
package org.kohsuke.github;
import java.net.URL;
import java.util.Collection;
import java.util.Date;
import java.util.List;
/**
* Generated OAuth token
*
* @author janinko
* @see GitHub#createToken(Collection, String, String)
* @see http://developer.github.com/v3/oauth/#create-a-new-authorization
*/
public class GHAuthorization {
public static final String USER = "user";