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

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


The following commit(s) were added to refs/heads/master by this push:
     new 72f3b213 No need for blank Javadoc lines between Javadoc @ tags
72f3b213 is described below

commit 72f3b2131078970b63f230ad39fde2851bff5f92
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 29 07:04:04 2024 -0500

    No need for blank Javadoc lines between Javadoc @ tags
---
 .../src/main/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java
 
b/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java
index 9e0a1742..b8d8e861 100644
--- 
a/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java
+++ 
b/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java
@@ -301,7 +301,6 @@ public class FormatDateTag extends TagSupport {
      * @param style String description of formatting style for dates and times
      * @param errCode Error code to throw if given style is invalid
      * @return java.util.DateFormat constant corresponding to given style
-     *
      * @throws JellyException if the given style is invalid
      */
     public static int getStyle(String style, String errCode)

Reply via email to