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 75f0c08

Browse filesBrowse files
committed
Fix a bug in the Javadocs (due to copy and paste)
1 parent 1f4325e commit 75f0c08
Copy full SHA for 75f0c08

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
@@ -208,7 +208,7 @@ private void populate() throws IOException {
208208
}
209209

210210
/**
211-
* Retrieves all the commits associated to this pull request.
211+
* Retrieves all the files associated to this pull request.
212212
*/
213213
public PagedIterable<GHPullRequestFileDetail> listFiles() {
214214
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.