Fix grammatical mistake in Javadoc
Change-Id: I7fe4df6badd8fcc1ad47141468f48eda22fad0f0
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -14,7 +14,7 @@ public interface ResourceStore { | ... | @@ -14,7 +14,7 @@ public interface ResourceStore { |
14 | 14 | ||
15 | /** | 15 | /** |
16 | * Registers the resources in transactional way. | 16 | * Registers the resources in transactional way. |
17 | - * Resource registration is must be done before resource allocation. The state after completion | 17 | + * Resource registration must be done before resource allocation. The state after completion |
18 | * of this method is all the resources are registered, or none of the given resources is registered. | 18 | * of this method is all the resources are registered, or none of the given resources is registered. |
19 | * The whole registration fails when any one of the resource can't be registered. | 19 | * The whole registration fails when any one of the resource can't be registered. |
20 | * | 20 | * | ... | ... |
-
Please register or login to post a comment