commit | ad619f5b79cdf1183d6bb506e67f1637ff91ef58 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Mon Aug 24 10:45:40 2015 -0700 |
committer | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Mon Aug 24 10:45:40 2015 -0700 |
tree | 7c88454608ceada1b214456b05d04fd17fbe9056 | |
parent | 4568c410cc6368f98e0c9e52631bd1dd60f58a53 [diff] |
Fix grammatical mistake in Javadoc Change-Id: I7fe4df6badd8fcc1ad47141468f48eda22fad0f0
diff --git a/core/api/src/main/java/org/onosproject/net/newresource/ResourceStore.java b/core/api/src/main/java/org/onosproject/net/newresource/ResourceStore.java index 06788cb..0aa4827 100644 --- a/core/api/src/main/java/org/onosproject/net/newresource/ResourceStore.java +++ b/core/api/src/main/java/org/onosproject/net/newresource/ResourceStore.java
@@ -14,7 +14,7 @@ /** * 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. *