mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-01 15:50:48 +00:00
Implement GitHub App API methods
This commit is contained in:
@@ -165,7 +165,7 @@ class Requester {
|
||||
return _with(key, value);
|
||||
}
|
||||
|
||||
public Requester with(String key, Collection<String> value) {
|
||||
public Requester with(String key, Collection<?> value) {
|
||||
return _with(key, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user