We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ae2d3 commit 7c87ad9Copy full SHA for 7c87ad9
src/main/java/org/kohsuke/github/GHVerification.java
@@ -61,8 +61,8 @@ public String getPayload() {
61
* The possible values for reason in verification object from github.
62
*
63
* @author Sourabh Sarvotham Parkala
64
- * @see <a href="https://docs.github.com/en/graphql/reference/enums#gitsignaturestate">List of possible
65
- * reason values. Note graphQL documentation has currently the most updated values.</a>
+ * @see <a href="https://docs.github.com/en/graphql/reference/enums#gitsignaturestate">List of possible reason
+ * values. Note graphQL documentation has currently the most updated values.</a>
66
*/
67
public enum Reason {
68
0 commit comments