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>() {
|
return lockSessionOnMachineAndApply(manager, type, machineId, new Function<ISession, T>() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public T apply(ISession arg0) {
|
public T apply(ISession session) {
|
||||||
return function.apply(arg0.getMachine());
|
return function.apply(session.getMachine());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue