Skip to content

Commit 6b66f2e

Browse files
Issue 1597: Updated Javadoc.
1 parent 55714fb commit 6b66f2e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2939,9 +2939,10 @@ private static class GHCodeownersErrors {
29392939
}
29402940

29412941
/**
2942-
* List contributors paged iterable.
2942+
* List errors in the {@code CODEOWNERS} file. Note that GitHub skips lines with incorrect syntax; these are
2943+
* reported in the web interface, but not in the API call which this library uses.
29432944
*
2944-
* @return the paged iterable
2945+
* @return the list of errors
29452946
* @throws IOException
29462947
* the io exception
29472948
*/

0 commit comments

Comments
 (0)