Cleanup javadoc warnings in worldedit-core

This commit is contained in:
Kenzie Togami
2018-10-01 15:30:23 -07:00
parent aee011ea89
commit 36cbc5d9d0
6 changed files with 9 additions and 9 deletions

View File

@ -221,7 +221,7 @@ public enum Style {
* ChatColor.COLOR_CODE color code character. The alternate color code character will only be replaced
* if it is immediately followed by 0-9, A-F, a-f, K-O, k-o, R or r.
*
* @param altColorChar The alternate color code character to replace. Ex: &
* @param altColorChar The alternate color code character to replace. Ex: &
* @param textToTranslate Text containing the alternate color code character.
* @return Text containing the ChatColor.COLOR_CODE color code character.
*/