mirror of https://github.com/apache/jclouds.git
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…
Reference in New Issue