Skip to content

Commit 7c87ad9

Browse files
committed
forgot to run mvn spotless:apply
1 parent b1ae2d3 commit 7c87ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/kohsuke/github/GHVerification.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public String getPayload() {
6161
* The possible values for reason in verification object from github.
6262
*
6363
* @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>
64+
* @see <a href="https://docs.github.com/en/graphql/reference/enums#gitsignaturestate">List of possible reason
65+
* values. Note graphQL documentation has currently the most updated values.</a>
6666
*/
6767
public enum Reason {
6868

0 commit comments

Comments
 (0)