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 baedad8

Browse filesBrowse files
author
Konda Reddy
committed
Updated Date was wrong
1 parent b750707 commit baedad8
Copy full SHA for baedad8

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/GHPerson.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHPerson.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public Date getCreatedAt() throws IOException {
204204

205205
public Date getUpdatedAt() throws IOException {
206206
populate();
207-
return super.getCreatedAt();
207+
return super.getUpdatedAt();
208208
}
209209

210210
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.