Committed by
Gerrit Code Review
Cosmetics in Javadoc
Change-Id: Iecb8ca01c4ef3c916f41fa41d93d5f150807aed8
Showing
1 changed file
with
7 additions
and
6 deletions
... | @@ -14,11 +14,11 @@ import com.google.common.collect.ImmutableSet; | ... | @@ -14,11 +14,11 @@ import com.google.common.collect.ImmutableSet; |
14 | 14 | ||
15 | /** | 15 | /** |
16 | * Abstraction of the capacity of device label resource or global label | 16 | * Abstraction of the capacity of device label resource or global label |
17 | - * resource. it's contiguous range of label resource.when a application apply | 17 | + * resource. It's contiguous range of label resource. When a application apply |
18 | - * some labels of some device,first catch from Set that store | 18 | + * some labels of some device, first catch from Set that store |
19 | - * available labels,if the size of the Set less than the apply number,then get | 19 | + * available labels, if the size of the Set less than the apply number, then get |
20 | * labels by calculating with three attributes, beginLabel,endLabel and | 20 | * labels by calculating with three attributes, beginLabel,endLabel and |
21 | - * currentUsedMaxLabelId | 21 | + * currentUsedMaxLabelId. |
22 | */ | 22 | */ |
23 | @Beta | 23 | @Beta |
24 | public class LabelResourcePool { | 24 | public class LabelResourcePool { |
... | @@ -48,7 +48,8 @@ public class LabelResourcePool { | ... | @@ -48,7 +48,8 @@ public class LabelResourcePool { |
48 | 48 | ||
49 | /** | 49 | /** |
50 | * Creates a pool by device id,begin label id,end label id. | 50 | * Creates a pool by device id,begin label id,end label id. |
51 | - * used to update a pool in the store. | 51 | + * Used to update a pool in the store. |
52 | + * | ||
52 | * @param deviceId device identifier | 53 | * @param deviceId device identifier |
53 | * @param beginLabel represents for the first label id in the range of label | 54 | * @param beginLabel represents for the first label id in the range of label |
54 | * resource pool | 55 | * resource pool |
... | @@ -95,7 +96,7 @@ public class LabelResourcePool { | ... | @@ -95,7 +96,7 @@ public class LabelResourcePool { |
95 | } | 96 | } |
96 | 97 | ||
97 | /** | 98 | /** |
98 | - * Returns a end Label id. | 99 | + * Returns an end Label id. |
99 | * | 100 | * |
100 | * @return end Label id | 101 | * @return end Label id |
101 | */ | 102 | */ | ... | ... |
-
Please register or login to post a comment