Sho SHIMIZU
Committed by Gerrit Code Review

Fix grammatical errors

Change-Id: I0bade79fc8c1ca528785732a2340d28f500830e5
...@@ -26,7 +26,7 @@ import java.util.List; ...@@ -26,7 +26,7 @@ import java.util.List;
26 @Beta 26 @Beta
27 public interface ResourceAdminService { 27 public interface ResourceAdminService {
28 /** 28 /**
29 - * Register resources as the children of the parent resource path. 29 + * Registers resources as the children of the parent resource path.
30 * 30 *
31 * @param parent parent resource path under which the resource are registered 31 * @param parent parent resource path under which the resource are registered
32 * @param children resources to be registered as the children of the parent 32 * @param children resources to be registered as the children of the parent
...@@ -39,7 +39,7 @@ public interface ResourceAdminService { ...@@ -39,7 +39,7 @@ public interface ResourceAdminService {
39 } 39 }
40 40
41 /** 41 /**
42 - * Register resources as the children of the parent resource path. 42 + * Registers resources as the children of the parent resource path.
43 * 43 *
44 * @param parent parent resource path under which the resource are registered 44 * @param parent parent resource path under which the resource are registered
45 * @param children resources to be registered as the children of the parent 45 * @param children resources to be registered as the children of the parent
...@@ -50,7 +50,7 @@ public interface ResourceAdminService { ...@@ -50,7 +50,7 @@ public interface ResourceAdminService {
50 <T> boolean registerResources(ResourcePath parent, List<T> children); 50 <T> boolean registerResources(ResourcePath parent, List<T> children);
51 51
52 /** 52 /**
53 - * Unregister resources as the children of the parent resource path. 53 + * Unregisters resources as the children of the parent resource path.
54 * 54 *
55 * @param parent parent resource path under which the resource are unregistered 55 * @param parent parent resource path under which the resource are unregistered
56 * @param children resources to be unregistered as the children of the parent 56 * @param children resources to be unregistered as the children of the parent
...@@ -63,7 +63,7 @@ public interface ResourceAdminService { ...@@ -63,7 +63,7 @@ public interface ResourceAdminService {
63 } 63 }
64 64
65 /** 65 /**
66 - * Unregister resources as the children of the parent resource path. 66 + * Unregisters resources as the children of the parent resource path.
67 * 67 *
68 * @param parent parent resource path under which the resource are unregistered 68 * @param parent parent resource path under which the resource are unregistered
69 * @param children resources to be unregistered as the children of the parent 69 * @param children resources to be unregistered as the children of the parent
......