mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 15:50:52 +00:00
Change name of inject methods
This commit is contained in:
@@ -742,7 +742,7 @@ abstract class GitHubClient {
|
||||
|
||||
if (responseInfo != null) {
|
||||
injected.put(GitHubResponse.ResponseInfo.class.getName(), responseInfo);
|
||||
injected.putAll(responseInfo.request().injected());
|
||||
injected.putAll(responseInfo.request().injectedMappingValues());
|
||||
}
|
||||
return MAPPER.reader(new InjectableValues.Std(injected));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user