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-08-24 10:45:40 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad619f5b79cdf1183d6bb506e67f1637ff91ef58
ad619f5b
1 parent
4568c410
Fix grammatical mistake in Javadoc
Change-Id: I7fe4df6badd8fcc1ad47141468f48eda22fad0f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/api/src/main/java/org/onosproject/net/newresource/ResourceStore.java
core/api/src/main/java/org/onosproject/net/newresource/ResourceStore.java
View file @
ad619f5
...
...
@@ -14,7 +14,7 @@ public interface ResourceStore {
/**
* Registers the resources in transactional way.
* Resource registration
is
must be done before resource allocation. The state after completion
* Resource registration must be done before resource allocation. The state after completion
* of this method is all the resources are registered, or none of the given resources is registered.
* The whole registration fails when any one of the resource can't be registered.
*
...
...
Please
register
or
login
to post a comment