You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/05/26 19:35:52 UTC

[commons-lang] branch master updated: Fix javadoc. Remove unused @param.

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b7539432 Fix javadoc. Remove unused @param.
8b7539432 is described below

commit 8b7539432c7e549ea508b4b9b8c9b4b02da16be0
Author: Arturo Bernal <ar...@gmail.com>
AuthorDate: Thu May 26 18:28:49 2022 +0200

    Fix javadoc. Remove unused @param.
---
 src/main/java/org/apache/commons/lang3/time/CalendarUtils.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java b/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
index ec5799baa..86b6fd600 100644
--- a/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
+++ b/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
@@ -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
      */