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 b50ab56 commit a1461f4Copy full SHA for a1461f4
src/main/java/org/kohsuke/github/GitHub.java
@@ -558,8 +558,8 @@ public GHRepository getRepository(String name) throws IOException {
558
* @throws IOException
559
* the io exception
560
*
561
- * @deprecated Do not use this method. It was added due to misunderstanding of the type of parameter. Use the
562
- * alternative getRepositoryById method with long type parameter instead
+ * @deprecated Do not use this method. It was added due to misunderstanding of the type of parameter. Use
+ * {@link #getRepositoryById(long)} instead
563
*/
564
@Deprecated
565
public GHRepository getRepositoryById(String id) throws IOException {
0 commit comments