mirror of
https://github.com/apache/jclouds.git
synced 2025-02-28 05:19:07 +00:00
Use meaningful parameter name in ParseKeySetFromJson
This commit is contained in:
parent
10261f7417
commit
288b236087
@ -41,8 +41,8 @@ public class ParseKeySetFromJson implements Function<HttpResponse, Set<String>>
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<String> apply(HttpResponse arg0) {
|
||||
return json.apply(arg0).keySet();
|
||||
public Set<String> apply(HttpResponse response) {
|
||||
return json.apply(response).keySet();
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user