Change name of inject methods

This commit is contained in:
Liam Newman
2020-02-27 14:27:57 -08:00
parent 307508b7a0
commit 6d3904fbbd
3 changed files with 28 additions and 14 deletions

View File

@@ -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));
}