Skip to content

Commit a1461f4

Browse files
mronusbitwiseman
andauthored
Update src/main/java/org/kohsuke/github/GitHub.java
Co-authored-by: Liam Newman <[email protected]>
1 parent b50ab56 commit a1461f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ public GHRepository getRepository(String name) throws IOException {
558558
* @throws IOException
559559
* the io exception
560560
*
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
561+
* @deprecated Do not use this method. It was added due to misunderstanding of the type of parameter. Use
562+
* {@link #getRepositoryById(long)} instead
563563
*/
564564
@Deprecated
565565
public GHRepository getRepositoryById(String id) throws IOException {

0 commit comments

Comments
 (0)