Skip to content

Commit 5c9cbee

Browse files
authored
Merge pull request hub4j#332 from sebkur/fix_javadoc
Fix a bug in the Javadocs (due to copy and paste)
2 parents ee8973c + 75f0c08 commit 5c9cbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private void populate() throws IOException {
212212
}
213213

214214
/**
215-
* Retrieves all the commits associated to this pull request.
215+
* Retrieves all the files associated to this pull request.
216216
*/
217217
public PagedIterable<GHPullRequestFileDetail> listFiles() {
218218
return new PagedIterable<GHPullRequestFileDetail>() {

0 commit comments

Comments
 (0)