Cosmetic fixes to Band
Change-Id: I4f4981b12a758d3a773fd805525b21f07ad00b9b
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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