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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 58d5af480 Javadoc
58d5af480 is described below

commit 58d5af480897b869f195f723d83e5a9a432b36b4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 5 14:34:26 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/lang3/BooleanUtils.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/lang3/BooleanUtils.java 
b/src/main/java/org/apache/commons/lang3/BooleanUtils.java
index f2fb9cd48..13585b299 100644
--- a/src/main/java/org/apache/commons/lang3/BooleanUtils.java
+++ b/src/main/java/org/apache/commons/lang3/BooleanUtils.java
@@ -136,6 +136,7 @@ public class BooleanUtils {
 
     /**
      * Returns a new array of possible values (like an enum would).
+     *
      * @return a new array of possible values (like an enum would).
      * @since 3.12.0
      */

Reply via email to