mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
Minor rename
This commit is contained in:
parent
926989c5f1
commit
f55164e51e
@ -256,8 +256,8 @@ public class IsoToIMachine implements Function<String, IMachine> {
|
||||
return lockSessionOnMachineAndApply(manager, type, machineId, new Function<ISession, T>() {
|
||||
|
||||
@Override
|
||||
public T apply(ISession arg0) {
|
||||
return function.apply(arg0.getMachine());
|
||||
public T apply(ISession session) {
|
||||
return function.apply(session.getMachine());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user