mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 15:50:52 +00:00
Add JavaDocs
Do using IntelliJ JavaDocs plugin. Better to have something than nothing.
This commit is contained in:
@@ -12,6 +12,9 @@ public enum GHPullRequestReviewState {
|
||||
REQUEST_CHANGES, COMMENTED, DISMISSED;
|
||||
|
||||
/**
|
||||
* Action string.
|
||||
*
|
||||
* @return the string
|
||||
* @deprecated This was an internal method accidentally exposed. Left here for compatibility.
|
||||
*/
|
||||
public String action() {
|
||||
|
||||
Reference in New Issue
Block a user