diff --git a/src/main/java/org/kohsuke/github/GitHub.java b/src/main/java/org/kohsuke/github/GitHub.java index f69cd0b3d..c19224dfb 100644 --- a/src/main/java/org/kohsuke/github/GitHub.java +++ b/src/main/java/org/kohsuke/github/GitHub.java @@ -558,8 +558,8 @@ public class GitHub { * @throws IOException * the io exception * - * @deprecated Do not use this method. It was added due to misunderstanding of the type of parameter. - * Use the 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 the + * alternative getRepositoryById method with long type parameter instead */ @Deprecated public GHRepository getRepositoryById(String id) throws IOException {