Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c9cbee

Browse filesBrowse 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
Copy full SHA for 5c9cbee

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHPullRequest.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.