Fix javadoc. Remove unused @param.

This commit is contained in:
Arturo Bernal 2022-05-26 18:28:49 +02:00 committed by Bruno P. Kinoshita
parent fc1736edc4
commit 8b7539432c
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ public class CalendarUtils {
/**
* Gets month names in the requested style.
* @param locale Locale
* @param style Must be a valid {@link Calendar#getDisplayNames(int, int, Locale)} month style.
* @return Styled names of months
*/