Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Sho SHIMIZU
2015-01-21 10:50:36 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b2e681f7e28eb9804b7e8c2858d4e0c189a7f5b
2b2e681f
1 parent
6e2ee15a
Fix typo
Change-Id: I3f66d3cbfd3e478f019423cd519e1e5321f0a809
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
core/store/dist/src/main/java/org/onosproject/store/resource/impl/DistributedLinkResourceStore.java
core/store/dist/src/main/java/org/onosproject/store/resource/impl/HazelcastLinkResourceStore.java
core/store/dist/src/main/java/org/onosproject/store/resource/impl/DistributedLinkResourceStore.java
View file @
2b2e681
...
...
@@ -403,7 +403,7 @@ public class DistributedLinkResourceStore implements LinkResourceStore {
// requested lambda was not available
throw
new
ResourceAllocationException
(
PositionalParameterStringFormatter
.
format
(
"Unable to allocate lambda for link {} lam
db
a is {}"
,
"Unable to allocate lambda for link {} lam
bd
a is {}"
,
link
,
lambdaAllocation
.
lambda
().
toInt
()));
}
...
...
core/store/dist/src/main/java/org/onosproject/store/resource/impl/HazelcastLinkResourceStore.java
View file @
2b2e681
...
...
@@ -350,7 +350,7 @@ public class HazelcastLinkResourceStore
// requested lambda was not available
throw
new
ResourceAllocationException
(
PositionalParameterStringFormatter
.
format
(
"Unable to allocate lambda for link {} lam
db
a is {}"
,
"Unable to allocate lambda for link {} lam
bd
a is {}"
,
link
,
lambdaAllocation
.
lambda
().
toInt
()));
}
...
...
Please
register
or
login
to post a comment