Sho SHIMIZU

Fix typo

Change-Id: I3f66d3cbfd3e478f019423cd519e1e5321f0a809
...@@ -403,7 +403,7 @@ public class DistributedLinkResourceStore implements LinkResourceStore { ...@@ -403,7 +403,7 @@ public class DistributedLinkResourceStore implements LinkResourceStore {
403 // requested lambda was not available 403 // requested lambda was not available
404 throw new ResourceAllocationException( 404 throw new ResourceAllocationException(
405 PositionalParameterStringFormatter.format( 405 PositionalParameterStringFormatter.format(
406 - "Unable to allocate lambda for link {} lamdba is {}", 406 + "Unable to allocate lambda for link {} lambda is {}",
407 link, 407 link,
408 lambdaAllocation.lambda().toInt())); 408 lambdaAllocation.lambda().toInt()));
409 } 409 }
......
...@@ -350,7 +350,7 @@ public class HazelcastLinkResourceStore ...@@ -350,7 +350,7 @@ public class HazelcastLinkResourceStore
350 // requested lambda was not available 350 // requested lambda was not available
351 throw new ResourceAllocationException( 351 throw new ResourceAllocationException(
352 PositionalParameterStringFormatter.format( 352 PositionalParameterStringFormatter.format(
353 - "Unable to allocate lambda for link {} lamdba is {}", 353 + "Unable to allocate lambda for link {} lambda is {}",
354 link, 354 link,
355 lambdaAllocation.lambda().toInt())); 355 lambdaAllocation.lambda().toInt()));
356 } 356 }
......