Add JavaDocs

Do using IntelliJ JavaDocs plugin. Better to have something than nothing.
This commit is contained in:
Liam Newman
2019-11-14 13:24:28 -08:00
parent f6a01551fd
commit 757b9b2118
125 changed files with 7379 additions and 251 deletions

View File

@@ -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() {