There was an error while loading. Please reload this page.
1 parent b0c51e0 commit ea8df9bCopy full SHA for ea8df9b
1 file changed
src/main/java/org/kohsuke/github/GHTagObject.java
@@ -5,7 +5,7 @@
5
/**
6
* Represents an annotated tag in a {@link GHRepository}
7
*
8
- * @see GHRepository#getAnnotatedTag()
+ * @see GHRepository#getTagObject(String)
9
*/
10
@SuppressFBWarnings(value = {"UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD", "UWF_UNWRITTEN_FIELD",
11
"NP_UNWRITTEN_FIELD"}, justification = "JSON API")
0 commit comments