Cosmetic fixes to Band
Change-Id: I4f4981b12a758d3a773fd805525b21f07ad00b9b
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -32,7 +32,7 @@ public interface Band { | ... | @@ -32,7 +32,7 @@ public interface Band { |
32 | 32 | ||
33 | /** | 33 | /** |
34 | * defines a simple DiffServ policer that remark | 34 | * defines a simple DiffServ policer that remark |
35 | - * the drop precedence of the DSCP field in the | 35 | + * the drop precedence of the DSCP field in the |
36 | * IP header of the packets that exceed the band | 36 | * IP header of the packets that exceed the band |
37 | * rate value. | 37 | * rate value. |
38 | */ | 38 | */ |
... | @@ -113,7 +113,7 @@ public interface Band { | ... | @@ -113,7 +113,7 @@ public interface Band { |
113 | Builder dropPrecedence(short prec); | 113 | Builder dropPrecedence(short prec); |
114 | 114 | ||
115 | /** | 115 | /** |
116 | - * Assigns the @See Type of this band. | 116 | + * Assigns the {@link Type} of this band. |
117 | * | 117 | * |
118 | * @param type a band type | 118 | * @param type a band type |
119 | * @return this | 119 | * @return this | ... | ... |
-
Please register or login to post a comment