mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-23 15:50:48 +00:00
Move a few static helpers to GitHubClient
This commit is contained in:
@@ -41,7 +41,7 @@ public class GHThread extends GHObject {
|
||||
* @return the last read at
|
||||
*/
|
||||
public Date getLastReadAt() {
|
||||
return GitHub.parseDate(last_read_at);
|
||||
return GitHubClient.parseDate(last_read_at);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user