Skip to content

Commit ea8df9b

Browse files
committed
javadoc fix
1 parent b0c51e0 commit ea8df9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Represents an annotated tag in a {@link GHRepository}
77
*
8-
* @see GHRepository#getAnnotatedTag()
8+
* @see GHRepository#getTagObject(String)
99
*/
1010
@SuppressFBWarnings(value = {"UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD", "UWF_UNWRITTEN_FIELD",
1111
"NP_UNWRITTEN_FIELD"}, justification = "JSON API")

0 commit comments

Comments
 (0)